From: Dr. Stephen Henson Date: Mon, 10 Feb 2003 17:52:10 +0000 (+0000) Subject: Typo. X-Git-Tag: BEN_FIPS_TEST_1~38^2~325 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=33075f229ed85825ee3ec3bb5f231f1a692e7868;p=oweals%2Fopenssl.git Typo. --- diff --git a/apps/pkcs12.c b/apps/pkcs12.c index dd56a2b808..a00b438f96 100644 --- a/apps/pkcs12.c +++ b/apps/pkcs12.c @@ -558,7 +558,7 @@ int MAIN(int argc, char **argv) CRYPTO_push_info("creating PKCS#12 structure"); #endif - p12 = PKCS12_create(pass, name, key, ucert, certs, + p12 = PKCS12_create(cpass, name, key, ucert, certs, key_pbe, cert_pbe, iter, -1, keytype); if (!p12)