summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-02-11 15:51:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-02-11 16:03:52 +0000
commit43db7aa2de68e04c5b5894e7af5dba54ee1fa363 (patch)
treeabd6d08b4145c2885b6ed333ba7465747eccb44e /apps/cms.c
parent7b548d3f11adccc67123e1f6f5c118aef857a8d2 (diff)
Fix engine key support in cms and req utilities.
PR#4246 and PR#4266 Reviewed-by: Rich Salz <rsalz@openssl.org>
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 bcfcd5446a..e732757b2a 100644
--- a/apps/cms.c
+++ b/apps/cms.c
@@ -206,7 +206,7 @@ OPTIONS cms_options[] = {
{"recip", OPT_RECIP, '<', "Recipient cert file for decryption"},
{"certsout", OPT_CERTSOUT, '>', "Certificate output file"},
{"md", OPT_MD, 's'},
- {"inkey", OPT_INKEY, '<',
+ {"inkey", OPT_INKEY, 's',
"Input private key (if not signer or recipient)"},
{"keyform", OPT_KEYFORM, 'f', "Input private key format (PEM or ENGINE)"},
{"keyopt", OPT_KEYOPT, 's', "Set public key parameters as n:v pairs"},