]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call
authorGisle Vanem <gvanem@broadpark.no>
Sun, 15 Mar 2009 13:43:47 +0000 (13:43 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Sun, 15 Mar 2009 13:43:47 +0000 (13:43 +0000)
Curl_blockread_all(). It is needed in code inside USE_WINDOWS_SSPI.

lib/socks.c

index 9fc5b79484066ce4f8081437a263a0571199c0b4..edf9c55533acb3b6bd97d8ac9785d9e00e8ad5b5 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "setup.h"
 
-#ifndef CURL_DISABLE_PROXY
+#if !defined(CURL_DISABLE_PROXY) || defined(USE_WINDOWS_SSPI)
 #include <string.h>
 
 #ifdef NEED_MALLOC_H