Account for ASN disabled

This commit is contained in:
kaleb-himes
2019-12-07 05:06:41 -07:00
parent bbdf0d101f
commit e8c7d6f818

View File

@@ -1869,7 +1869,7 @@ struct CRL_Entry {
byte* signature; byte* signature;
word32 signatureSz; word32 signatureSz;
word32 signatureOID; word32 signatureOID;
#ifndef NO_SKID #if !defined(NO_SKID) && !defined(NO_ASN)
byte extAuthKeyIdSet; byte extAuthKeyIdSet;
byte extAuthKeyId[KEYID_SIZE]; byte extAuthKeyId[KEYID_SIZE];
#endif #endif