mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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