From 953b5c4e2602711c031a4f6cd024051a72329015 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Fri, 22 Sep 2017 15:47:14 -0400 Subject: ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header .. and include the core NTLM header in all NTLM-related source files. Follow up to 6f86022. Since then http_ntlm checks NTLM_NEEDS_NSS_INIT but did not include vtls.h where it was defined. Closes https://github.com/curl/curl/pull/1911 --- lib/vauth/ntlm_sspi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vauth') diff --git a/lib/vauth/ntlm_sspi.c b/lib/vauth/ntlm_sspi.c index f99325710..e748ce3b6 100644 --- a/lib/vauth/ntlm_sspi.c +++ b/lib/vauth/ntlm_sspi.c @@ -29,6 +29,7 @@ #include "vauth/vauth.h" #include "urldata.h" #include "curl_base64.h" +#include "curl_ntlm_core.h" #include "warnless.h" #include "curl_multibyte.h" #include "sendf.h" -- cgit v1.2.1