Fix 1.0.2 build break
authorRich Salz <rsalz@openssl.org>
Fri, 14 Aug 2015 12:21:19 +0000 (08:21 -0400)
committerRich Salz <rsalz@openssl.org>
Fri, 14 Aug 2015 12:21:19 +0000 (08:21 -0400)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/x509/x509_vfy.c

index 26c6bb3b113a8d86324fc374a1fbe13dd3ac485f..15a4fb98e7646fdd1f9e9eebc63a96e6815f3bff 100644 (file)
@@ -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++;
         }