From 722705696e994818d6fd47c3e28c8e832ef674b8 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 1 Nov 2018 00:49:22 +0800 Subject: [PATCH] curl use openssl --- package/network/utils/curl/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/network/utils/curl/Config.in b/package/network/utils/curl/Config.in index 9afeb00bc7..13485cf631 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" @@ -35,7 +35,7 @@ config LIBCURL_FILE config LIBCURL_FTP bool "FTP / FTPS protocol" - default y + default n config LIBCURL_GOPHER bool "Gopher protocol" @@ -61,7 +61,7 @@ config LIBCURL_LDAP config LIBCURL_LDAPS bool "Enable LDAPS support" depends on LIBCURL_LDAP && !LIBCURL_NOSSL - default y + default n config LIBCURL_POP3 bool "POP3 / POP3S protocol" @@ -131,7 +131,7 @@ config LIBCURL_THREADED_RESOLVER config LIBCURL_ZLIB bool "Enable zlib support" - default n + default y config LIBCURL_UNIX_SOCKETS bool "Enable unix domain socket support"