Properly initialize variable 'critical'.
This commit is contained in:
@@ -226,7 +226,7 @@ static bool parse(private_x509_crl_t *this)
|
|||||||
int objectID;
|
int objectID;
|
||||||
int sig_alg = OID_UNKNOWN;
|
int sig_alg = OID_UNKNOWN;
|
||||||
bool success = FALSE;
|
bool success = FALSE;
|
||||||
bool critical;
|
bool critical = FALSE;
|
||||||
revoked_t *revoked = NULL;
|
revoked_t *revoked = NULL;
|
||||||
|
|
||||||
parser = asn1_parser_create(crlObjects, this->encoding);
|
parser = asn1_parser_create(crlObjects, this->encoding);
|
||||||
|
|||||||
Reference in New Issue
Block a user