From c379222a39f46a51ed5423b02900e6a0201402f2 Mon Sep 17 00:00:00 2001 From: maosiping Date: Mon, 15 Nov 2021 10:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80ALPN=E5=8D=8F=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: maosiping --- include/mbedtls/config.h | 2 +- port/config/config_liteos_a.h | 2 +- port/config/config_liteos_m.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 6e0d9e982..3dfc347e9 100755 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1617,7 +1617,7 @@ * * Comment this macro to disable support for ALPN. */ -// #define MBEDTLS_SSL_ALPN +#define MBEDTLS_SSL_ALPN /** * \def MBEDTLS_SSL_DTLS_ANTI_REPLAY diff --git a/port/config/config_liteos_a.h b/port/config/config_liteos_a.h index 4acbadc49..713037c1c 100755 --- a/port/config/config_liteos_a.h +++ b/port/config/config_liteos_a.h @@ -1617,7 +1617,7 @@ * * Comment this macro to disable support for ALPN. */ -// #define MBEDTLS_SSL_ALPN +#define MBEDTLS_SSL_ALPN /** * \def MBEDTLS_SSL_DTLS_ANTI_REPLAY diff --git a/port/config/config_liteos_m.h b/port/config/config_liteos_m.h index 5cf2ea8c7..c5e7e3998 100755 --- a/port/config/config_liteos_m.h +++ b/port/config/config_liteos_m.h @@ -1617,7 +1617,7 @@ * * Comment this macro to disable support for ALPN. */ -// #define MBEDTLS_SSL_ALPN +#define MBEDTLS_SSL_ALPN /** * \def MBEDTLS_SSL_DTLS_ANTI_REPLAY -- Gitee