Skip to content

Commit 7b577f8

Browse files
committed
change byte to char
1 parent d4760b1 commit 7b577f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ struct CRL_Entry {
25042504
/* DupCRL_Entry copies data after the `verifyMutex` member. Using the mutex
25052505
* as the marker because clang-tidy doesn't like taking the sizeof a
25062506
* pointer. */
2507-
byte crlNumber[CRL_MAX_NUM_HEX_STR_SZ]; /* CRL number extension */
2507+
char crlNumber[CRL_MAX_NUM_HEX_STR_SZ]; /* CRL number extension */
25082508
byte issuerHash[CRL_DIGEST_SIZE]; /* issuer hash */
25092509
/* byte crlHash[CRL_DIGEST_SIZE]; raw crl data hash */
25102510
/* restore the hash here if needed for optimized comparisons */

0 commit comments

Comments
 (0)