aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-09-22 21:32:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-09-22 21:32:08 +0000
commitdbba890cf11f5ec1e44166a51e0a4062ccdc5279 (patch)
tree5b57dab75418e646c30b0edf502425da3924f2af /doc/apps
parent3f8b90c34586f81ec58b16b11a78d5b4b5934575 (diff)
downloadopenssl-dbba890cf11f5ec1e44166a51e0a4062ccdc5279.tar.gz
Only use the new informational verify codes if we
specifically ask for them. Fix typo in docs.
Diffstat (limited to 'doc/apps')
-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 4ab53322c5..ce99b5c345 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -325,7 +325,7 @@ Send encrypted mail using triple DES:
Sign and encrypt mail:
openssl smime -sign -in ml.txt -signer my.pem -text \
- | openssl -encrypt -out mail.msg \
+ | openssl smime -encrypt -out mail.msg \
-from steve@openssl.org -to someone@somewhere \
-subject "Signed and Encrypted message" -des3 user.pem