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

Make 3DES default cipher in cms utility.

上级 6bd05ad4
...@@ -585,8 +585,8 @@ int MAIN(int argc, char **argv) ...@@ -585,8 +585,8 @@ int MAIN(int argc, char **argv)
{ {
if (!cipher) if (!cipher)
{ {
#ifndef OPENSSL_NO_RC2 #ifndef OPENSSL_NO_DES
cipher = EVP_rc2_40_cbc(); cipher = EVP_des_ede3_cbc();
#else #else
BIO_printf(bio_err, "No cipher selected\n"); BIO_printf(bio_err, "No cipher selected\n");
goto end; goto end;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册