From: Dr. Stephen Henson Date: Tue, 23 Nov 2004 21:40:10 +0000 (+0000) Subject: Typo. X-Git-Tag: BEN_FIPS_TEST_6~14^2~31 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=3fee255102299bb1341ddc7ddd8cf62bf746f359 Typo. --- diff --git a/apps/pkcs12.c b/apps/pkcs12.c index e08d75b265..c92f713f5c 100644 --- 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(!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)) {