commit | 1021f9aa5e1c0a4587a592b0fe2b6ac56a9f33dd | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Fri Mar 14 19:38:44 2008 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Fri Mar 14 19:38:44 2008 +0000 |
tree | 9636107a72cd50c60088cd25c0af713d8c98da17 | |
parent | 320bfc1be79513f2a782f9ee8894cf7a7b9ffe2d [diff] [blame] |
Typos.
diff --git a/apps/cms.c b/apps/cms.c index 908e05a..ea53857 100644 --- a/apps/cms.c +++ b/apps/cms.c
@@ -167,7 +167,7 @@ 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"))