forked from wolfSSL/wolfssl
Account for ASN disabled
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user