mirror of
https://github.com/curl/curl.git
synced 2026-07-31 13:28:05 +03:00
urldata: include curl_sspi.h when Windows SSPI is enabled
f77dabe broke builds in Windows using Windows SSPI but not Windows SSL.
Bug: https://github.com/curl/curl/issues/1276
Reported-by: jveazey@users.noreply.github.com
This commit is contained in:
parent
b259646ea1
commit
f4739f639f
1 changed files with 3 additions and 1 deletions
|
|
@ -136,8 +136,10 @@
|
||||||
#undef realloc
|
#undef realloc
|
||||||
#endif /* USE_AXTLS */
|
#endif /* USE_AXTLS */
|
||||||
|
|
||||||
#ifdef USE_SCHANNEL
|
#if defined(USE_SCHANNEL) || defined(USE_WINDOWS_SSPI)
|
||||||
#include "curl_sspi.h"
|
#include "curl_sspi.h"
|
||||||
|
#endif
|
||||||
|
#ifdef USE_SCHANNEL
|
||||||
#include <schnlsp.h>
|
#include <schnlsp.h>
|
||||||
#include <schannel.h>
|
#include <schannel.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue