Remove unused variable
This commit is contained in:
@@ -418,7 +418,6 @@ ssl_check_cert_ident(X509 * x, char *hostname)
|
||||
if (alt) {
|
||||
int n;
|
||||
GENERAL_NAME *gn;
|
||||
X509V3_EXT_METHOD *method;
|
||||
Str seen_dnsname = NULL;
|
||||
|
||||
n = sk_GENERAL_NAME_num(alt);
|
||||
@@ -459,7 +458,7 @@ ssl_check_cert_ident(X509 * x, char *hostname)
|
||||
break;
|
||||
}
|
||||
}
|
||||
method = X509V3_EXT_get(ex);
|
||||
X509V3_EXT_get(ex);
|
||||
sk_GENERAL_NAME_free(alt);
|
||||
if (i < n) /* Found a match */
|
||||
match_ident = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user