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/vtls/vtls.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/vtls') diff --git a/lib/vtls/vtls.h b/lib/vtls/vtls.h index b85b365e5..f1a11ea58 100644 --- a/lib/vtls/vtls.h +++ b/lib/vtls/vtls.h @@ -124,15 +124,6 @@ CURLcode Curl_none_md5sum(unsigned char *input, size_t inputlen, #define ALPN_HTTP_1_1_LENGTH 8 #define ALPN_HTTP_1_1 "http/1.1" -/* If NTLM is the first available SSL backend (see order in curl_ntlm_core) - then it must be initialized to be used by NTLM. */ -#if !defined(USE_OPENSSL) && \ - !defined(USE_GNUTLS_NETTLE) && \ - !defined(USE_GNUTLS) && \ - defined(USE_NSS) -#define NTLM_NEEDS_NSS_INIT -#endif - /* set of helper macros for the backends to access the correct fields. For the proxy or for the remote host - to properly support HTTPS proxy */ -- cgit v1.2.3