Skip to content

Commit dab764a

Browse files
committed
fix pr test
1 parent 69e390f commit dab764a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tls13.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8611,7 +8611,7 @@ static int SendTls13Certificate(WOLFSSL* ssl)
86118611
headerSz = OPAQUE8_LEN + certReqCtxLen + CERT_HEADER_SZ +
86128612
CERT_HEADER_SZ;
86138613
/* set empty extension as default */
8614-
for (extIdx = 0; extIdx < XELEM_CNT(extSz); extIdx++)
8614+
for (extIdx = 0; extIdx < (word16)XELEM_CNT(extSz); extIdx++)
86158615
extSz[extIdx] = OPAQUE16_LEN;
86168616

86178617
length = 0;

0 commit comments

Comments
 (0)