提交 f00c54ae 编写于 作者: B Ben Laurie

Fix warning.

上级 e71972d1
...@@ -165,7 +165,7 @@ static int cert_self_signed(X509 *x) ...@@ -165,7 +165,7 @@ static int cert_self_signed(X509 *x)
static X509 *lookup_cert_match(X509_STORE_CTX *ctx, X509 *x) static X509 *lookup_cert_match(X509_STORE_CTX *ctx, X509 *x)
{ {
STACK_OF(X509) *certs; STACK_OF(X509) *certs;
X509 *xtmp; X509 *xtmp = NULL;
int i; int i;
/* Lookup all certs with matching subject name */ /* Lookup all certs with matching subject name */
certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); certs = ctx->lookup_certs(ctx, X509_get_subject_name(x));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册