aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorBill Nagel <wnagel@tycoint.com>2014-12-02 13:36:40 -0500
committerSteve Holme <steve_holme@hotmail.com>2014-12-07 18:36:23 +0000
commit526603ff0520ed1371e4ee93f75a7597acb2b902 (patch)
tree179dfd4acca2b063a12f6419eaab081ee6aad567 /lib/url.c
parenteb88d778e751639d68d932b23a648e591bcc0ba8 (diff)
smb: Build with SSPI enabled
Build SMB/CIFS protocol support when SSPI is enabled.
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/url.c b/lib/url.c
index e6483ca88..8b4f3a95c 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -220,8 +220,7 @@ static const struct Curl_handler * const protocols[] = {
#endif
#endif
-#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \
- !defined(USE_WINDOWS_SSPI)
+#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM)
&Curl_handler_smb,
#ifdef USE_SSL
&Curl_handler_smbs,