Fix 1.0.2 build break

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Rich Salz 2015-08-14 08:21:19 -04:00
parent 25efcb44ac
commit 56353962e7

View 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++;
}