Add the target linux-ia64-ecc, suggested by Keith Thompson <kst@sdsc.edu>.
[openssl.git] / apps / pkcs12.c
index dd56a2b808ab76dbb548102439ffc0bd9ec65f98..a00b438f9600f5c1ca5a1321b3289e71e596caa8 100644 (file)
@@ -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)