[openssl-commits] [openssl] master update

Tim Hudson tjh at openssl.org
Mon Jun 15 01:37:57 UTC 2015


The branch master has been updated
       via  e58ddf0af86e391cd1a3d0eb2641844607f1e300 (commit)
      from  f2dc4d517fa11208b90ba0e92a2590f8cfdafb28 (commit)


- Log -----------------------------------------------------------------
commit e58ddf0af86e391cd1a3d0eb2641844607f1e300
Author: Tim Hudson <tjh at openssl.org>
Date:   Mon Jun 15 11:36:32 2015 +1000

    Fix argument processing error from the option parsing change over.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/ca.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/ca.c b/apps/ca.c
index 4dc9176..a0f9f79 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:


More information about the openssl-commits mailing list