curl: add config option for NTLM support
[lede.git] / package / network / utils / curl / Config.in
index f41307a97042381adbcb5ea7294a98cde05f7dda..14d2047301f7a057bf96302d735c409597da7463 100644 (file)
@@ -154,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