summaryrefslogtreecommitdiffstats
path: root/apps/req.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-12 13:03:50 +0100
committerMatt Caswell <matt@openssl.org>2015-10-12 22:42:23 +0100
commit1dce6c3f9eef0da2866b82d816dc945883427060 (patch)
tree2eed700d139152f3cbe39623561831b28aac7d26 /apps/req.c
parenta0a82324f965bbcc4faed4e1ee3fcaf81ea52166 (diff)
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@openssl.org>
Diffstat (limited to 'apps/req.c')
-rw-r--r--apps/req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/req.c b/apps/req.c
index ce0fcbcb3b..1dcf0f75d9 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',