We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9906a13 commit 691fc9dCopy full SHA for 691fc9d
1 file changed
wolfssl/wolfcrypt/asn.h
@@ -2074,9 +2074,9 @@ struct DecodedCert {
2074
WC_BITFIELD extAltSigValCrit:1;
2075
#endif /* WOLFSSL_DUAL_ALG_CERTS */
2076
2077
+ WC_BITFIELD extAuthInfoListSz:7;
2078
+ WC_BITFIELD extAuthInfoListOverflow:1;
2079
WOLFSSL_AIA_ENTRY extAuthInfoList[WOLFSSL_MAX_AIA_ENTRIES];
- byte extAuthInfoListSz:7;
- byte extAuthInfoListOverflow:1;
2080
};
2081
2082
#if defined(WOLFSSL_SM2) && defined(WOLFSSL_SM3)
0 commit comments