From: Tim Hudson Date: Mon, 15 Jun 2015 01:36:32 +0000 (+1000) Subject: Fix argument processing error from the option parsing change over. X-Git-Tag: OpenSSL_1_1_0-pre1~992 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e58ddf0af86e391cd1a3d0eb2641844607f1e300;p=openssl Fix argument processing error from the option parsing change over. Reviewed-by: Rich Salz --- 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: