curl: use openssl
This commit is contained in:
parent
f4f8eaadc0
commit
f6374001d9
@ -4,7 +4,7 @@ comment "SSL support"
|
||||
|
||||
choice
|
||||
prompt "Selected SSL library"
|
||||
default LIBCURL_MBEDTLS
|
||||
default LIBCURL_OPENSSL
|
||||
|
||||
config LIBCURL_MBEDTLS
|
||||
bool "mbed TLS"
|
||||
@ -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,7 +113,7 @@ config LIBCURL_PROXY
|
||||
|
||||
config LIBCURL_CRYPTO_AUTH
|
||||
bool "Enable cryptographic authentication"
|
||||
default n
|
||||
default y
|
||||
|
||||
config LIBCURL_TLS_SRP
|
||||
bool "Enable TLS-SRP authentication"
|
||||
@ -125,7 +125,7 @@ config LIBCURL_LIBIDN2
|
||||
|
||||
config LIBCURL_THREADED_RESOLVER
|
||||
bool "Enable threaded DNS resolver"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
Enable POSIX threaded asynchronous DNS resolution
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user