summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-03-14 19:38:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-03-14 19:38:44 +0000
commit1021f9aa5e1c0a4587a592b0fe2b6ac56a9f33dd (patch)
tree9636107a72cd50c60088cd25c0af713d8c98da17 /apps/cms.c
parent320bfc1be79513f2a782f9ee8894cf7a7b9ffe2d (diff)
Typos.
Diffstat (limited to 'apps/cms.c')
-rw-r--r--apps/cms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cms.c b/apps/cms.c
index 908e05acf0..ea538576a3 100644
--- a/apps/cms.c
+++ b/apps/cms.c
@@ -167,7 +167,7 @@ int MAIN(int argc, char **argv)
operation = SMIME_COMPRESS;
else if (!strcmp (*args, "-uncompress"))
operation = SMIME_UNCOMPRESS;
- else if (!strcmp (*args, "-EncrypedData_decrypt"))
+ else if (!strcmp (*args, "-EncryptedData_decrypt"))
operation = SMIME_ENCRYPTED_DECRYPT;
#ifndef OPENSSL_NO_DES
else if (!strcmp (*args, "-des3"))