build: use mkhash to replace various quirky md5sum/openssl calls
[oweals/openwrt.git] / package / network / utils / curl / Config.in
index f41307a97042381adbcb5ea7294a98cde05f7dda..6fa10b67816cabd1e638d531e86f08fce230c17e 100644 (file)
@@ -4,10 +4,7 @@ comment "SSL support"
 
 choice
        prompt "Selected SSL library"
-       default LIBCURL_POLARSSL
-
-       config LIBCURL_POLARSSL
-               bool "PolarSSL"
+       default LIBCURL_MBEDTLS
 
        config LIBCURL_MBEDTLS
                bool "mbed TLS"
@@ -15,9 +12,6 @@ choice
        config LIBCURL_CYASSL
                bool "CyaSSL"
 
-       config LIBCURL_AXTLS
-               bool "axTLS"
-
        config LIBCURL_OPENSSL
                bool "OpenSSL"
 
@@ -154,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