From 3177a9be84faa210b50cac510c07fcbf383dc203 Mon Sep 17 00:00:00 2001 From: Junbo Zheng Date: Fri, 6 Oct 2023 15:18:08 +0800 Subject: [PATCH] crypto/mbedtls: fix kconfig typo Signed-off-by: Junbo Zheng --- crypto/mbedtls/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/mbedtls/Kconfig b/crypto/mbedtls/Kconfig index 64a616754..c5e938d98 100644 --- a/crypto/mbedtls/Kconfig +++ b/crypto/mbedtls/Kconfig @@ -374,7 +374,7 @@ config MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED depends on MBEDTLS_ECDH_C default n -config CONFIG_MBEDTLS_SSL_MAX_EARLY_DATA_SIZE +config MBEDTLS_SSL_MAX_EARLY_DATA_SIZE int "The default maximum amount of 0-RTT data." default 1024