Properly initialize variable 'critical'.

This commit is contained in:
Tobias Brunner
2011-02-04 18:02:49 +01:00
parent 1a83924a49
commit 6f61b32e52
+1 -1
View File
@@ -226,7 +226,7 @@ static bool parse(private_x509_crl_t *this)
int objectID;
int sig_alg = OID_UNKNOWN;
bool success = FALSE;
bool critical;
bool critical = FALSE;
revoked_t *revoked = NULL;
parser = asn1_parser_create(crlObjects, this->encoding);