Commit c220e58f authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Make 3DES default cipher in cms utility.

parent 6bd05ad4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -585,8 +585,8 @@ int MAIN(int argc, char **argv)
		{
		if (!cipher)
			{
#ifndef OPENSSL_NO_RC2			
			cipher = EVP_rc2_40_cbc();
#ifndef OPENSSL_NO_DES			
			cipher = EVP_des_ede3_cbc();
#else
			BIO_printf(bio_err, "No cipher selected\n");
			goto end;