mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:07:28 +03:00
disabling HTTP should also nullify this function call
This commit is contained in:
parent
e49a7e361c
commit
463c0f7096
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue