mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-06 03:07:49 +00:00
restore missing ext_len set
Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user