summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-09 11:25:10 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-09 11:47:40 +0000
commit40ee1ba0dcda5dcae7fceeeb3550456819c683a1 (patch)
treee5197d9f0bd0a6e609e829062e57742c7667c1c2 /lib/curl_sasl.h
parent474442dd564cab52d7732403eba5cd630764ba26 (diff)
downloadcurl-40ee1ba0dcda5dcae7fceeeb3550456819c683a1.tar.gz
ntlm: Moved the native Target Info clean-up from HTTP specific function
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r--lib/curl_sasl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h
index 88a9d9364..74f446500 100644
--- a/lib/curl_sasl.h
+++ b/lib/curl_sasl.h
@@ -149,10 +149,8 @@ CURLcode Curl_sasl_create_ntlm_type3_message(struct SessionHandle *data,
struct ntlmdata *ntlm,
char **outptr, size_t *outlen);
-#if defined(USE_WINDOWS_SSPI)
/* This is used to clean up the ntlm specific data */
void Curl_sasl_ntlm_cleanup(struct ntlmdata *ntlm);
-#endif
#endif /* USE_NTLM */