summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
authorTim Hudson <tjh@openssl.org>2015-06-15 11:36:32 +1000
committerTim Hudson <tjh@openssl.org>2015-06-15 11:36:32 +1000
commite58ddf0af86e391cd1a3d0eb2641844607f1e300 (patch)
tree1b45d6303b9188504bc6dfa819b0cf62188a10be /apps/ca.c
parentf2dc4d517fa11208b90ba0e92a2590f8cfdafb28 (diff)
Fix argument processing error from the option parsing change over.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 4dc9176c8a..a0f9f7955a 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -325,6 +325,7 @@ opthelp:
ret = 0;
goto end;
case OPT_IN:
+ req = 1;
infile = opt_arg();
break;
case OPT_OUT: