提交 4cd1119d 编写于 作者: P Paul Suhler 提交者: Rich Salz

RT2841: Extra return in check_issued

Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
上级 44e0c2ba
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册