summaryrefslogtreecommitdiff
path: root/pith/smime.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/smime.c')
-rw-r--r--pith/smime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/smime.c b/pith/smime.c
index dc332a2a..d212b233 100644
--- a/pith/smime.c
+++ b/pith/smime.c
@@ -1390,7 +1390,7 @@ encrypt_outgoing_message(METAENV *header, BODY **bodyP)
dprint((9, "encrypt_outgoing_message()"));
smime_init();
- cipher = EVP_des_cbc();
+ cipher = EVP_aes_256_cbc();
encerts = sk_X509_new_null();