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:
Родитель
b259646ea1
Коммит
f4739f639f
|
@ -136,8 +136,10 @@
|
|||
#undef realloc
|
||||
#endif /* USE_AXTLS */
|
||||
|
||||
#ifdef USE_SCHANNEL
|
||||
#if defined(USE_SCHANNEL) || defined(USE_WINDOWS_SSPI)
|
||||
#include "curl_sspi.h"
|
||||
#endif
|
||||
#ifdef USE_SCHANNEL
|
||||
#include <schnlsp.h>
|
||||
#include <schannel.h>
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче