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:
Gisle Vanem 2009-03-15 13:43:47 +00:00
Родитель 744e55ec74
Коммит 0ac8e1d80b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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