[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Rich Salz rsalz at openssl.org
Fri Aug 14 12:21:43 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  56353962e7da7e385c3d577581ccc3015ed6d1dc (commit)
      from  25efcb44ac88ab34f60047e16a96c9462fad39c1 (commit)


- Log -----------------------------------------------------------------
commit 56353962e7da7e385c3d577581ccc3015ed6d1dc
Author: Rich Salz <rsalz at openssl.org>
Date:   Fri Aug 14 08:21:19 2015 -0400

    Fix 1.0.2 build break
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

Summary of changes:
 crypto/x509/x509_vfy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
index 26c6bb3..15a4fb9 100644
--- a/crypto/x509/x509_vfy.c
+++ b/crypto/x509/x509_vfy.c
@@ -355,7 +355,7 @@ int X509_verify_cert(X509_STORE_CTX *ctx)
                 X509_free(xtmp);
                 X509err(X509_F_X509_VERIFY_CERT, ERR_R_MALLOC_FAILURE);
                 ok = 0;
-                goto done;
+                goto end;
             }
             num++;
         }


More information about the openssl-commits mailing list