[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Mon Oct 12 21:44:22 UTC 2015
The branch master has been updated
via 1dce6c3f9eef0da2866b82d816dc945883427060 (commit)
from a0a82324f965bbcc4faed4e1ee3fcaf81ea52166 (commit)
- Log -----------------------------------------------------------------
commit 1dce6c3f9eef0da2866b82d816dc945883427060
Author: Matt Caswell <matt at openssl.org>
Date: Mon Oct 12 13:03:50 2015 +0100
Rename -set-serial command to req
Previous OpenSSL versions used -set_serial, but master was using
-set-serial - so rename it back to the old version.
RT#4059
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
apps/req.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/req.c b/apps/req.c
index ce0fcbc..1dcf0f7 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -169,7 +169,7 @@ OPTIONS req_options[] = {
{"multivalue-rdn", OPT_MULTIVALUE_RDN, '-',
"Enable support for multivalued RDNs"},
{"days", OPT_DAYS, 'p', "Number of days cert is valid for"},
- {"set-serial", OPT_SET_SERIAL, 'p', "Serial number to use"},
+ {"set_serial", OPT_SET_SERIAL, 'p', "Serial number to use"},
{"extensions", OPT_EXTENSIONS, 's',
"Cert extension section (override value in config file)"},
{"reqexts", OPT_REQEXTS, 's',
More information about the openssl-commits
mailing list