restore missing ext_len set

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2026-06-24 11:05:44 +01:00
parent c742ab0a97
commit 809820934c
+1
View File
@@ -2175,6 +2175,7 @@ static int ssl_write_server_hello(mbedtls_ssl_context *ssl)
MBEDTLS_SSL_DEBUG_RET(1, "ssl_write_ecjpake_kkpp_ext", ret);
return ret;
}
ext_len += olen;
#endif
#if defined(MBEDTLS_SSL_ALPN)