]> granicus.if.org Git - openssl/commitdiff
Fix argument processing error from the option parsing change over.
authorTim Hudson <tjh@openssl.org>
Mon, 15 Jun 2015 01:36:32 +0000 (11:36 +1000)
committerTim Hudson <tjh@openssl.org>
Mon, 15 Jun 2015 01:36:32 +0000 (11:36 +1000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/ca.c

index 4dc9176c8a01d2c59b3681a5fb62fb01723c82df..a0f9f7955a22da2881d4c38c5aa7d2074c8f0874 100644 (file)
--- 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: