aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ts.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-05-20 21:44:31 -0400
committerRich Salz <rsalz@openssl.org>2017-05-21 17:20:31 -0400
commit48b5352212d8c68f7fd071ca9f38822b7e954c5a (patch)
tree0d85f3a02545caa8ddd9b4ef4268942ce36775f5 /apps/ts.c
parentc80bbcbf99fa3bf7954b2ff7aa2168c3f51f3ade (diff)
downloadopenssl-48b5352212d8c68f7fd071ca9f38822b7e954c5a.tar.gz
-inkey can be an identifier, not just a file
update pkcs12, smime, ts apps. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3507)
Diffstat (limited to 'apps/ts.c')
-rw-r--r--apps/ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ts.c b/apps/ts.c
index e816c32a1f..f4bd7f6857 100644
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -106,7 +106,7 @@ const OPTIONS ts_options[] = {
{"reply", OPT_REPLY, '-', "Generate a TS reply"},
{"queryfile", OPT_QUERYFILE, '<', "File containing a TS query"},
{"passin", OPT_PASSIN, 's', "Input file pass phrase source"},
- {"inkey", OPT_INKEY, '<', "File with private key for reply"},
+ {"inkey", OPT_INKEY, 's', "File with private key for reply"},
{"signer", OPT_SIGNER, 's', "Signer certificate file"},
{"chain", OPT_CHAIN, '<', "File with signer CA chain"},
{"verify", OPT_VERIFY, '-', "Verify a TS response"},