Skip to content

Commit

Permalink
fix pr test
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Aug 24, 2024
1 parent 960f273 commit 9b787f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls13.c
Original file line number Diff line number Diff line change
Expand Up @@ -8593,7 +8593,7 @@ static int SendTls13Certificate(WOLFSSL* ssl)
headerSz = OPAQUE8_LEN + certReqCtxLen + CERT_HEADER_SZ +
CERT_HEADER_SZ;
/* set empty extension as default */
for (extIdx = 0; extIdx < XELEM_CNT(extSz); extIdx++)
for (extIdx = 0; extIdx < (word16)XELEM_CNT(extSz); extIdx++)
extSz[extIdx] = OPAQUE16_LEN;

length = 0;
Expand Down

0 comments on commit 9b787f6

Please sign in to comment.