We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4760b1 commit 7b577f8Copy full SHA for 7b577f8
1 file changed
wolfssl/internal.h
@@ -2504,7 +2504,7 @@ struct CRL_Entry {
2504
/* DupCRL_Entry copies data after the `verifyMutex` member. Using the mutex
2505
* as the marker because clang-tidy doesn't like taking the sizeof a
2506
* pointer. */
2507
- byte crlNumber[CRL_MAX_NUM_HEX_STR_SZ]; /* CRL number extension */
+ char crlNumber[CRL_MAX_NUM_HEX_STR_SZ]; /* CRL number extension */
2508
byte issuerHash[CRL_DIGEST_SIZE]; /* issuer hash */
2509
/* byte crlHash[CRL_DIGEST_SIZE]; raw crl data hash */
2510
/* restore the hash here if needed for optimized comparisons */
0 commit comments