Suppress debug output from AES algorithm test.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 3 Jan 2008 13:46:46 +0000 (13:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 3 Jan 2008 13:46:46 +0000 (13:46 +0000)
fips-1.0/aes/fips_aesavs.c

index af7874970c2899c628c269a47079aecf7d9b397f..6aa358f8efcf17aa8200f2cd199f9f018baee70b 100644 (file)
@@ -811,7 +811,8 @@ int proc_file(char *rqfile, char *rspfile)
                    else if (strncasecmp(pp, "Key Length : ", 13) == 0)
                        {
                        akeysz = atoi(pp+13);
-                       printf("Key size = %d\n", akeysz);
+                       if (VERBOSE)
+                           printf("Key size = %d\n", akeysz);
                        }
                    }
                }