Fix argument processing error from the option parsing change over.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Tim Hudson 2015-06-15 11:36:32 +10:00
parent f2dc4d517f
commit e58ddf0af8

View File

@ -325,6 +325,7 @@ opthelp:
ret = 0;
goto end;
case OPT_IN:
req = 1;
infile = opt_arg();
break;
case OPT_OUT: