build: use mkhash to replace various quirky md5sum/openssl calls
[oweals/openwrt.git] / package / network / utils / curl / Config.in
index 11cfa39e95d0139217c8ad6c6cc4b9431cd155d4..6fa10b67816cabd1e638d531e86f08fce230c17e 100644 (file)
@@ -4,17 +4,14 @@ comment "SSL support"
 
 choice
        prompt "Selected SSL library"
-       default LIBCURL_POLARSSL
+       default LIBCURL_MBEDTLS
 
-       config LIBCURL_POLARSSL
-               bool "PolarSSL"
+       config LIBCURL_MBEDTLS
+               bool "mbed TLS"
 
        config LIBCURL_CYASSL
                bool "CyaSSL"
 
-       config LIBCURL_AXTLS
-               bool "axTLS"
-
        config LIBCURL_OPENSSL
                bool "OpenSSL"
 
@@ -151,4 +148,9 @@ config LIBCURL_VERBOSE
        bool "Enable verbose error strings"
        default n
 
+config LIBCURL_NTLM
+       bool "Enable NTLM support"
+       depends on LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
+       default n
+
 endif