Commit 0ac8e1d8 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call
Curl_blockread_all(). It is needed in code inside USE_WINDOWS_SSPI.
parent 744e55ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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