Update group ext debug message in ssl_tls13_server.c

Signed-off-by: Xiaokang Qian <[email protected]>
This commit is contained in:
Xiaokang Qian
2023-04-10 08:29:17 +00:00
parent 91bb3f0665
commit 8bce0e6f5e
+1 -1
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;
}