forked from wolfSSL/wolfssl
Remove a bitfield indicator from a structure member that didn't require it.
This commit is contained in:
@@ -1351,7 +1351,7 @@ struct DecodedCRL {
|
|||||||
RevokedCert* certs; /* revoked cert list */
|
RevokedCert* certs; /* revoked cert list */
|
||||||
int totalCerts; /* number on list */
|
int totalCerts; /* number on list */
|
||||||
void* heap;
|
void* heap;
|
||||||
byte extAuthKeyIdSet : 1; /* Set when the AKID was read from CRL */
|
byte extAuthKeyIdSet; /* Set when the AKID was read from CRL */
|
||||||
};
|
};
|
||||||
|
|
||||||
WOLFSSL_LOCAL void InitDecodedCRL(DecodedCRL*, void* heap);
|
WOLFSSL_LOCAL void InitDecodedCRL(DecodedCRL*, void* heap);
|
||||||
|
Reference in New Issue
Block a user