x509: Initialize signature params when parsing attribute certificates

This commit is contained in:
Tobias Brunner 2017-11-15 14:41:56 +01:00
parent 26d18f4efb
commit 7a659c0f99
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ static bool parse_certificate(private_x509_ac_t *this)
int objectID;
int type = OID_UNKNOWN;
int extn_oid = OID_UNKNOWN;
signature_params_t sig_alg;
signature_params_t sig_alg = {};
bool success = FALSE;
bool critical;