mirror of
https://github.com/curl/curl.git
synced 2026-05-17 12:16:19 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue