restore missing ext_len set

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor 2026-06-10 08:11:37 +01:00
parent dc555d19ec
commit 0bf015a43b

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)