From: Dr. Stephen Henson Date: Tue, 23 Nov 2004 21:40:32 +0000 (+0000) Subject: Typo. X-Git-Tag: BEN_FIPS_TEST_6~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14c8986f75786377f3700b3e424bc30382ee4b47;p=openssl Typo. --- diff --git a/apps/pkcs12.c b/apps/pkcs12.c index 70fb23b1fa..eac28e54d7 100644 --- 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(!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)) {