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

index e08d75b265fb346778ca40ebfc51d0aee546fe56..c92f713f5c537479ca2c2c2f53cd3ead06d44b26 100644 (file)
@@ -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(!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)) {