commit | 79aa721adee6042afecae06c124d35a36337b18a | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Nov 08 21:30:21 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Nov 08 23:51:39 2022 +0800 |
tree | 5157096ad274abf335357a5b28ae2ff50e0dd1dc | |
parent | b95dd3683b99d5a34876952f65d915656804c819 [diff] [blame] |
Rename ext print function and macro Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_tls13_server.c b/library/ssl_tls13_server.c index 051afa2..28f2422 100644 --- a/library/ssl_tls13_server.c +++ b/library/ssl_tls13_server.c
@@ -1614,7 +1614,7 @@ #endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED */ default: - MBEDTLS_SSL_PRINT_EXT_TYPE( + MBEDTLS_SSL_PRINT_EXT( 3, MBEDTLS_SSL_HS_CLIENT_HELLO, extension_type, "( ignored )" ); break;