projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6d0dc
)
Suppress debug output from AES algorithm test.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 3 Jan 2008 13:46:46 +0000
(13:46 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 3 Jan 2008 13:46:46 +0000
(13:46 +0000)
fips-1.0/aes/fips_aesavs.c
patch
|
blob
|
history
diff --git
a/fips-1.0/aes/fips_aesavs.c
b/fips-1.0/aes/fips_aesavs.c
index af7874970c2899c628c269a47079aecf7d9b397f..6aa358f8efcf17aa8200f2cd199f9f018baee70b 100644
(file)
--- a/
fips-1.0/aes/fips_aesavs.c
+++ b/
fips-1.0/aes/fips_aesavs.c
@@
-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);
}
}
}