Skip to content
Snippets Groups Projects
Commit d0dbd1e9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

sspi build fix

define away Curl_ntlm_sspi_cleanup() when no windows SSPI build
parent 4d327d20
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ CURLcode Curl_ntlm_decode_type2_message(struct SessionHandle *data,
/* 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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment