projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a8232
)
Rename -set-serial command to req
author
Matt Caswell
<matt@openssl.org>
Mon, 12 Oct 2015 12:03:50 +0000
(13:03 +0100)
committer
Matt Caswell
<matt@openssl.org>
Mon, 12 Oct 2015 21:42:23 +0000
(22:42 +0100)
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>
apps/req.c
patch
|
blob
|
history
diff --git
a/apps/req.c
b/apps/req.c
index ce0fcbcb3b3c3d13ecb02b3db0e72f3053702f1f..1dcf0f75d9f597cf4375ae8a7df5035be6b3ad1c 100644
(file)
--- 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',