Loading lib/http_ntlm.h +1 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,7 @@ CURLntlm Curl_input_ntlm(struct connectdata *conn, bool proxy, char *header); CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy); void Curl_ntlm_cleanup(struct connectdata *conn); #if (!defined(USE_SSLEAY) && !defined(USE_WINDOWS_SSPI)) || \ defined(CURL_DISABLE_HTTP) #ifndef USE_NTLM #define Curl_ntlm_cleanup(x) #endif Loading lib/setup.h +2 −0 Original line number Diff line number Diff line Loading @@ -301,9 +301,11 @@ typedef int curl_socket_t; #define USE_SSL /* Either OpenSSL || GnuTLS */ #endif #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM) #if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI) #define USE_NTLM #endif #endif #ifdef CURLDEBUG #define DEBUGF(x) x Loading Loading
lib/http_ntlm.h +1 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,7 @@ CURLntlm Curl_input_ntlm(struct connectdata *conn, bool proxy, char *header); CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy); void Curl_ntlm_cleanup(struct connectdata *conn); #if (!defined(USE_SSLEAY) && !defined(USE_WINDOWS_SSPI)) || \ defined(CURL_DISABLE_HTTP) #ifndef USE_NTLM #define Curl_ntlm_cleanup(x) #endif Loading
lib/setup.h +2 −0 Original line number Diff line number Diff line Loading @@ -301,9 +301,11 @@ typedef int curl_socket_t; #define USE_SSL /* Either OpenSSL || GnuTLS */ #endif #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM) #if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI) #define USE_NTLM #endif #endif #ifdef CURLDEBUG #define DEBUGF(x) x Loading