Commit e58ddf0a authored by Tim Hudson's avatar Tim Hudson
Browse files

Fix argument processing error from the option parsing change over.



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent f2dc4d51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -325,6 +325,7 @@ opthelp:
                ret = 0;
                goto end;
            case OPT_IN:
		req = 1;
                infile = opt_arg();
                break;
            case OPT_OUT: