[openssl-commits] [openssl] master update

Dr. Stephen Henson steve at openssl.org
Sun Aug 2 13:49:20 UTC 2015


The branch master has been updated
       via  5a168057bc1cdf4151226545c4f2ed4d4ad9622b (commit)
      from  480405e4a9a8f791324850c4f6b3d36d4e4de4f9 (commit)


- Log -----------------------------------------------------------------
commit 5a168057bc1cdf4151226545c4f2ed4d4ad9622b
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Sun Aug 2 14:28:50 2015 +0100

    don't reset return value to 0
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 apps/verify.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/verify.c b/apps/verify.c
index 8abc708..740dae2 100644
--- a/apps/verify.c
+++ b/apps/verify.c
@@ -294,7 +294,6 @@ static int check(X509_STORE *ctx, char *file,
     }
     X509_STORE_CTX_free(csc);
 
-    ret = 0;
  end:
     if (i <= 0)
 	ERR_print_errors(bio_err);


More information about the openssl-commits mailing list