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:
16df5f0
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 23 Nov 2004 21:40:10 +0000
(21:40 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 23 Nov 2004 21:40:10 +0000
(21:40 +0000)
apps/pkcs12.c
patch
|
blob
|
history
diff --git
a/apps/pkcs12.c
b/apps/pkcs12.c
index e08d75b265fb346778ca40ebfc51d0aee546fe56..c92f713f5c537479ca2c2c2f53cd3ead06d44b26 100644
(file)
--- a/
apps/pkcs12.c
+++ b/
apps/pkcs12.c
@@
-621,7
+621,7
@@
int MAIN(int argc, char **argv)
CRYPTO_push_info("verify MAC");
#endif
/* If we enter empty password try no password first */
- if(!m
ac
pass[0] && PKCS12_verify_mac(p12, NULL, 0)) {
+ if(!mpass[0] && PKCS12_verify_mac(p12, NULL, 0)) {
/* If mac and crypto pass the same set it to NULL too */
if(!twopass) cpass = NULL;
} else if (!PKCS12_verify_mac(p12, mpass, -1)) {