mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Fix warning.
This commit is contained in:
parent
e71972d177
commit
f00c54ae2e
@ -165,7 +165,7 @@ static int cert_self_signed(X509 *x)
|
||||
static X509 *lookup_cert_match(X509_STORE_CTX *ctx, X509 *x)
|
||||
{
|
||||
STACK_OF(X509) *certs;
|
||||
X509 *xtmp;
|
||||
X509 *xtmp = NULL;
|
||||
int i;
|
||||
/* Lookup all certs with matching subject name */
|
||||
certs = ctx->lookup_certs(ctx, X509_get_subject_name(x));
|
||||
|
Loading…
Reference in New Issue
Block a user