| commit | 77c6be7176c48d2ce4d5979a84876d34204eedaf | [log] [tgz] |
|---|---|---|
| author | Kenny Root <kroot@google.com> | Thu Jun 12 10:08:29 2014 -0700 |
| committer | Kenny Root <kroot@google.com> | Thu Jun 12 15:11:03 2014 -0700 |
| tree | 45c3223421da7b974a456d198ad2903df3076077 | |
| parent | e91828962ff55b7b3f8cb7ff982c265e1458faa4 [diff] [blame] |
Upgrade to OpenSSL 1.0.1h sha1sum of distribution: b2239599c8bf8f7fc48590a55205c26abe560bf8 openssl-1.0.1h.tar.gz Bug: 15442813 Change-Id: I9abd00afcb7efb0e80b27bf7beade3c6dc511082
diff --git a/apps/smime.c b/apps/smime.c index c583f8a..d1fe32d 100644 --- a/apps/smime.c +++ b/apps/smime.c
@@ -541,8 +541,8 @@ { 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;