mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
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.
This commit is contained in:
parent
744e55ec74
commit
0ac8e1d80b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user