aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r--lib/http_ntlm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h
index 84feee25f..a2e1fc307 100644
--- a/lib/http_ntlm.h
+++ b/lib/http_ntlm.h
@@ -39,6 +39,9 @@ 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)
+#define Curl_ntlm_cleanup(x)
+#endif
/* Flag bits definitions based on http://davenport.sourceforge.net/ntlm.html */