mirror of
https://github.com/curl/curl.git
synced 2026-05-05 19:37:28 +03:00
sspi build fix
define away Curl_ntlm_sspi_cleanup() when no windows SSPI build
This commit is contained in:
parent
4d327d20c6
commit
d0dbd1e98e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue