Fix from review

This commit is contained in:
Eric Blankenhorn
2026-02-26 10:46:03 -06:00
parent edd943e115
commit f53ce49694
+1 -1
View File
@@ -2147,7 +2147,7 @@ WOLFSSL_TEST_VIS word16 TLSX_SNI_GetSize(SNI* list)
switch (sni->type) {
case WOLFSSL_SNI_HOST_NAME:
length += (word16)XSTRLEN((char*)sni->data.host_name);
length += (word32)XSTRLEN((char*)sni->data.host_name);
break;
}