change byte to char

This commit is contained in:
Hideki Miyazaki
2026-01-10 07:32:21 +09:00
parent d4760b148d
commit 7b577f8914
+1 -1
View File
@@ -2504,7 +2504,7 @@ struct CRL_Entry {
/* DupCRL_Entry copies data after the `verifyMutex` member. Using the mutex
* as the marker because clang-tidy doesn't like taking the sizeof a
* pointer. */
byte crlNumber[CRL_MAX_NUM_HEX_STR_SZ]; /* CRL number extension */
char crlNumber[CRL_MAX_NUM_HEX_STR_SZ]; /* CRL number extension */
byte issuerHash[CRL_DIGEST_SIZE]; /* issuer hash */
/* byte crlHash[CRL_DIGEST_SIZE]; raw crl data hash */
/* restore the hash here if needed for optimized comparisons */