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:
6237528
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 23 Nov 2004 21:40:32 +0000
(21:40 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 23 Nov 2004 21:40:32 +0000
(21:40 +0000)
apps/pkcs12.c
patch
|
blob
|
history
diff --git
a/apps/pkcs12.c
b/apps/pkcs12.c
index 70fb23b1fa68473958f501557bcd7267ff672ce4..eac28e54d741b0ce7c0eb1937747ac559f713b28 100644
(file)
--- a/
apps/pkcs12.c
+++ b/
apps/pkcs12.c
@@
-666,7
+666,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)) {