curl use openssl

This commit is contained in:
coolsnowwolf 2018-11-01 00:49:22 +08:00
parent c07ec3b95a
commit 722705696e

View File

@ -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"