summaryrefslogtreecommitdiffstats
path: root/apps/genpkey.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-08-06 10:01:15 +1000
committerPauli <pauli@openssl.org>2021-08-12 16:26:22 +1000
commitdbd0244a16ebf577401e92cce374467dbc3226df (patch)
treed097eab57a2a460bcc6706c3f7346b7ee0596a5e /apps/genpkey.c
parent3465ec99eab5803507b577d50dd0d598b852d825 (diff)
genpkey: -quiet doesn't take an argument
Fixes #16238 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16240)
Diffstat (limited to 'apps/genpkey.c')
-rw-r--r--apps/genpkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/genpkey.c b/apps/genpkey.c
index d327bcab07..d00754eeac 100644
--- a/apps/genpkey.c
+++ b/apps/genpkey.c
@@ -37,7 +37,7 @@ const OPTIONS genpkey_options[] = {
#endif
{"paramfile", OPT_PARAMFILE, '<', "Parameters file"},
{"algorithm", OPT_ALGORITHM, 's', "The public key algorithm"},
- {"quiet", OPT_QUIET, 's', "Do not output status while generating keys"},
+ {"quiet", OPT_QUIET, '-', "Do not output status while generating keys"},
{"pkeyopt", OPT_PKEYOPT, 's',
"Set the public key algorithm option as opt:value"},
OPT_CONFIG_OPTION,