diff options
author | Adam Eijdenberg <eijdenberg@google.com> | 2015-07-30 03:42:14 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-07-31 17:11:55 +0200 |
commit | 902c6b95a3a3dbf7e5e3dd4b11ec58300ccb8a97 (patch) | |
tree | 754b711708bcb7b749056844836207f336c1bae0 /apps/req.c | |
parent | RT3959: Fix misleading comment (diff) | |
download | openssl-902c6b95a3a3dbf7e5e3dd4b11ec58300ccb8a97.tar.xz openssl-902c6b95a3a3dbf7e5e3dd4b11ec58300ccb8a97.zip |
RT3961: Fix switch/case errors in flag parsing
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/req.c')
-rw-r--r-- | apps/req.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/req.c b/apps/req.c index b3220ba6a4..a16febd6c7 100644 --- a/apps/req.c +++ b/apps/req.c @@ -344,7 +344,6 @@ int req_main(int argc, char **argv) case OPT_NO_ASN1_KLUDGE: kludge = 0; break; - multirdn = 1; case OPT_DAYS: days = atoi(opt_arg()); break; |