1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Update group ext debug message in ssl_tls13_server.c

Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
Xiaokang Qian
2023-04-04 10:15:48 +00:00
parent 91bb3f0665
commit 8bce0e6f5e

View File

@ -1554,7 +1554,7 @@ static int ssl_tls13_parse_client_hello(mbedtls_ssl_context *ssl,
ssl, p, extension_data_end);
if (ret != 0) {
MBEDTLS_SSL_DEBUG_RET(
1, "mbedtls_ssl_parse_supported_groups_ext", ret);
1, "ssl_tls13_parse_supported_groups_ext", ret);
return ret;
}