]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
genpkey: -quiet doesn't take an argument
authorPauli <pauli@openssl.org>
Fri, 6 Aug 2021 00:01:15 +0000 (10:01 +1000)
committerPauli <pauli@openssl.org>
Thu, 12 Aug 2021 06:26:22 +0000 (16:26 +1000)
Fixes #16238

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16240)

apps/genpkey.c

index d327bcab07fda854a58239f83ec4609ca036553a..d00754eeaca09fb62e37f08e4a5f211435cd5c90 100644 (file)
@@ -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,