[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Thu Aug 12 06:26:46 UTC 2021
The branch master has been updated
via dbd0244a16ebf577401e92cce374467dbc3226df (commit)
from 3465ec99eab5803507b577d50dd0d598b852d825 (commit)
- Log -----------------------------------------------------------------
commit dbd0244a16ebf577401e92cce374467dbc3226df
Author: Pauli <pauli at openssl.org>
Date: Fri Aug 6 10:01:15 2021 +1000
genpkey: -quiet doesn't take an argument
Fixes #16238
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16240)
-----------------------------------------------------------------------
Summary of changes:
apps/genpkey.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
More information about the openssl-commits
mailing list