summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-05-21 10:39:11 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-05-29 14:12:12 +0100
commit92e2dc11f3b5f32390e6c009caf6995088be926e (patch)
treedb9d9440d4db282f155ff5685e8e7e9aa071f877 /doc
parent5bcb4be17d34a5a11f20f128136062cfca18e6f6 (diff)
Change default cipher in smime app to des3.
PR#3357 (cherry picked from commit ca3ffd9670f2b589bf8cc04923f953e06d6fbc58)
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/smime.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index 3aa6e848af..d39a59a90d 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -159,7 +159,7 @@ EVP_get_cipherbyname() function) can also be used preceded by a dash, for
example B<-aes_128_cbc>. See L<B<enc>|enc(1)> for list of ciphers
supported by your version of OpenSSL.
-If not specified 40 bit RC2 is used. Only used with B<-encrypt>.
+If not specified triple DES is used. Only used with B<-encrypt>.
=item B<-nointern>