mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
http NTLM: reinstate "nssg.h" "curl_sspi.h" header inclusions
This commit is contained in:
parent
6a7ce5cc76
commit
b9d5e72adc
@ -62,6 +62,12 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
|
#if defined(USE_NSS)
|
||||||
|
#include "nssg.h"
|
||||||
|
#elif defined(USE_WINDOWS_SSPI)
|
||||||
|
#include "curl_sspi.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user