summaryrefslogtreecommitdiffstats
path: root/apps/rsautl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-02-08 15:06:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-02-08 15:11:08 +0000
commitdd9589740d54b81c5aef6c7f5fa28f68f23fb27f (patch)
tree858f47468763d7a76a574b47c54bd165ec2a3b0e /apps/rsautl.c
parent2f0c9d5cdf8a7eee73a3fde4f626b53434d04f91 (diff)
Fix engine key support in utilities.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/rsautl.c')
-rw-r--r--apps/rsautl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/rsautl.c b/apps/rsautl.c
index b576ca0b76..beb03eb8dc 100644
--- a/apps/rsautl.c
+++ b/apps/rsautl.c
@@ -86,7 +86,7 @@ OPTIONS rsautl_options[] = {
{"help", OPT_HELP, '-', "Display this summary"},
{"in", OPT_IN, '<', "Input file"},
{"out", OPT_OUT, '>', "Output file"},
- {"inkey", OPT_INKEY, '<', "Input key"},
+ {"inkey", OPT_INKEY, 's', "Input key"},
{"keyform", OPT_KEYFORM, 'E', "Private key format - default PEM"},
{"pubin", OPT_PUBIN, '-', "Input is an RSA public"},
{"certin", OPT_CERTIN, '-', "Input is a cert carrying an RSA public key"},