From: Matt Caswell Date: Mon, 12 Oct 2015 12:03:50 +0000 (+0100) Subject: Rename -set-serial command to req X-Git-Tag: OpenSSL_1_1_0-pre1~434 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dce6c3f9eef0da2866b82d816dc945883427060;p=oweals%2Fopenssl.git 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 --- 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',