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:
5e4eb99
)
Add "nopass" for empty password too.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 19 Oct 2011 23:23:35 +0000
(23:23 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 19 Oct 2011 23:23:35 +0000
(23:23 +0000)
fips/fips_test_suite.c
patch
|
blob
|
history
diff --git
a/fips/fips_test_suite.c
b/fips/fips_test_suite.c
index bca185666c68b785d5d93b36bd4ce50ad174160b..b7aea4e9cda1e630d1835660288bffa92288b1dc 100644
(file)
--- a/
fips/fips_test_suite.c
+++ b/
fips/fips_test_suite.c
@@
-1084,6
+1084,8
@@
int main(int argc,char **argv)
pass = FIPS_AUTH_OFFICER_PASS;
} else if (!strcmp(argv[1], "badpass")) {
pass = "bad invalid password";
+ } else if (!strcmp(argv[1], "nopass")) {
+ pass = "";
} else {
printf("Bad argument \"%s\"\n", argv[1]);
exit(1);