We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e390f commit dab764aCopy full SHA for dab764a
1 file changed
src/tls13.c
@@ -8611,7 +8611,7 @@ static int SendTls13Certificate(WOLFSSL* ssl)
8611
headerSz = OPAQUE8_LEN + certReqCtxLen + CERT_HEADER_SZ +
8612
CERT_HEADER_SZ;
8613
/* set empty extension as default */
8614
- for (extIdx = 0; extIdx < XELEM_CNT(extSz); extIdx++)
+ for (extIdx = 0; extIdx < (word16)XELEM_CNT(extSz); extIdx++)
8615
extSz[extIdx] = OPAQUE16_LEN;
8616
8617
length = 0;
0 commit comments