curl: add config option for NTLM support
[openwrt/openwrt.git] / package / network / utils / curl / Config.in
index 11cfa39e95d0139217c8ad6c6cc4b9431cd155d4..14d2047301f7a057bf96302d735c409597da7463 100644 (file)
@@ -9,6 +9,9 @@ choice
        config LIBCURL_POLARSSL
                bool "PolarSSL"
 
+       config LIBCURL_MBEDTLS
+               bool "mbed TLS"
+
        config LIBCURL_CYASSL
                bool "CyaSSL"
 
@@ -151,4 +154,9 @@ config LIBCURL_VERBOSE
        bool "Enable verbose error strings"
        default n
 
+config LIBCURL_NTLM
+       bool "Enable NTLM support"
+       depends LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
+       default n
+
 endif