Skip to content

Commit 691fc9d

Browse files
committed
fix bitfield errors
1 parent 9906a13 commit 691fc9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wolfssl/wolfcrypt/asn.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,9 +2074,9 @@ struct DecodedCert {
20742074
WC_BITFIELD extAltSigValCrit:1;
20752075
#endif /* WOLFSSL_DUAL_ALG_CERTS */
20762076

2077+
WC_BITFIELD extAuthInfoListSz:7;
2078+
WC_BITFIELD extAuthInfoListOverflow:1;
20772079
WOLFSSL_AIA_ENTRY extAuthInfoList[WOLFSSL_MAX_AIA_ENTRIES];
2078-
byte extAuthInfoListSz:7;
2079-
byte extAuthInfoListOverflow:1;
20802080
};
20812081

20822082
#if defined(WOLFSSL_SM2) && defined(WOLFSSL_SM3)

0 commit comments

Comments
 (0)