This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 3177a9be8 crypto/mbedtls: fix kconfig typo 3177a9be8 is described below commit 3177a9be84faa210b50cac510c07fcbf383dc203 Author: Junbo Zheng <zhengjun...@xiaomi.com> AuthorDate: Fri Oct 6 15:18:08 2023 +0800 crypto/mbedtls: fix kconfig typo Signed-off-by: Junbo Zheng <zhengjun...@xiaomi.com> --- 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