提交 33075f22 编写于 作者: D Dr. Stephen Henson

Typo.

上级 28f573a2
...@@ -558,7 +558,7 @@ int MAIN(int argc, char **argv) ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册