From 8880e029dbdef7fd546cd6ae74cecd6ac45ac653 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 10 Feb 2020 22:51:46 +0800 Subject: [PATCH] curl: use OpenSSL by default --- package/network/utils/curl/Config.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/network/utils/curl/Config.in b/package/network/utils/curl/Config.in index 9afeb00bc7..d8cd404c20 100644 --- a/package/network/utils/curl/Config.in +++ b/package/network/utils/curl/Config.in @@ -4,7 +4,7 @@ comment "SSL support" choice prompt "Selected SSL library" - default LIBCURL_MBEDTLS + default LIBCURL_OPENSSL config LIBCURL_MBEDTLS bool "mbed TLS" @@ -56,7 +56,7 @@ config LIBCURL_IMAP config LIBCURL_LDAP bool "LDAP protocol" - default n + default y config LIBCURL_LDAPS bool "Enable LDAPS support" @@ -99,11 +99,11 @@ config LIBCURL_TELNET config LIBCURL_TFTP bool "TFTP protocol" - default n + default y config LIBCURL_NGHTTP2 bool "HTTP2 protocol" - default n + default y comment "Miscellaneous" @@ -113,11 +113,11 @@ config LIBCURL_PROXY config LIBCURL_CRYPTO_AUTH bool "Enable cryptographic authentication" - default n + default y config LIBCURL_TLS_SRP bool "Enable TLS-SRP authentication" - default n + default y config LIBCURL_LIBIDN2 bool "Enable IDN2 support"