Typo.
This commit is contained in:
@@ -558,7 +558,7 @@ int MAIN(int argc, char **argv)
|
|||||||
CRYPTO_push_info("creating PKCS#12 structure");
|
CRYPTO_push_info("creating PKCS#12 structure");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
p12 = PKCS12_create(pass, name, key, ucert, certs,
|
p12 = PKCS12_create(cpass, name, key, ucert, certs,
|
||||||
key_pbe, cert_pbe, iter, -1, keytype);
|
key_pbe, cert_pbe, iter, -1, keytype);
|
||||||
|
|
||||||
if (!p12)
|
if (!p12)
|
||||||
|
Reference in New Issue
Block a user