RT2841: Extra return in check_issued

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
This commit is contained in:
Paul Suhler 2014-09-08 18:34:48 -04:00 committed by Rich Salz
parent 44e0c2bae4
commit 4cd1119df3

View File

@ -520,7 +520,6 @@ static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer)
ctx->current_cert = x;
ctx->current_issuer = issuer;
return ctx->verify_cb(0, ctx);
return 0;
}
/* Alternative lookup method: look from a STACK stored in other_ctx */