mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
disabling HTTP should also nullify this function call
This commit is contained in:
parent
e49a7e361c
commit
463c0f7096
@ -39,7 +39,8 @@ 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)
|
||||
#if (!defined(USE_SSLEAY) && !defined(USE_WINDOWS_SSPI)) || \
|
||||
defined(CURL_DISABLE_HTTP)
|
||||
#define Curl_ntlm_cleanup(x)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user