summaryrefslogtreecommitdiffstats
path: root/apps/req.c
diff options
context:
space:
mode:
authorAdam Eijdenberg <eijdenberg@google.com>2015-07-29 21:42:14 -0400
committerRich Salz <rsalz@openssl.org>2015-07-31 11:11:55 -0400
commit902c6b95a3a3dbf7e5e3dd4b11ec58300ccb8a97 (patch)
tree754b711708bcb7b749056844836207f336c1bae0 /apps/req.c
parent119ab03aea4850297b2a886f067ae74ab3fba86e (diff)
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.c1
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;