aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_msgs.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-10-09 11:03:14 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-11-09 11:10:34 +0000
commit474442dd564cab52d7732403eba5cd630764ba26 (patch)
tree0e69519916a2b96c6b1fef8badd03263bdfd2d68 /lib/curl_ntlm_msgs.h
parent79931c5aebd86ad561a98a461b2fefed30e54ad8 (diff)
ntlm: Moved SSPI clean-up code into SASL module
Diffstat (limited to 'lib/curl_ntlm_msgs.h')
-rw-r--r--lib/curl_ntlm_msgs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/curl_ntlm_msgs.h b/lib/curl_ntlm_msgs.h
index 80413c885..2c97331b0 100644
--- a/lib/curl_ntlm_msgs.h
+++ b/lib/curl_ntlm_msgs.h
@@ -52,14 +52,6 @@ CURLcode Curl_ntlm_decode_type2_target(struct SessionHandle *data,
size_t size,
struct ntlmdata* ntlm);
-
-/* This is to clean up the ntlm data structure */
-#ifdef USE_WINDOWS_SSPI
-void Curl_ntlm_sspi_cleanup(struct ntlmdata *ntlm);
-#else
-#define Curl_ntlm_sspi_cleanup(x)
-#endif
-
/* NTLM buffer fixed size, large enough for long user + host + domain */
#define NTLM_BUFSIZE 1024