From: Rich Salz Date: Fri, 14 Aug 2015 12:21:19 +0000 (-0400) Subject: Fix 1.0.2 build break X-Git-Tag: OpenSSL_1_0_2e~135 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56353962e7da7e385c3d577581ccc3015ed6d1dc;p=oweals%2Fopenssl.git Fix 1.0.2 build break Reviewed-by: Matt Caswell --- diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c index 26c6bb3b11..15a4fb98e7 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++; }