Typo.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 23 Nov 2004 21:40:32 +0000 (21:40 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 23 Nov 2004 21:40:32 +0000 (21:40 +0000)
apps/pkcs12.c

index 70fb23b1fa68473958f501557bcd7267ff672ce4..eac28e54d741b0ce7c0eb1937747ac559f713b28 100644 (file)
@@ -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(!macpass[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)) {