From c46994129374ab5f688f68b5d138570174ab1d20 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 2 Apr 2014 22:04:13 +0100 Subject: ntlm: Moved the identity generation into shared SSPI code --- lib/curl_ntlm_msgs.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/curl_ntlm_msgs.h') diff --git a/lib/curl_ntlm_msgs.h b/lib/curl_ntlm_msgs.h index d8000b5fe..80413c885 100644 --- a/lib/curl_ntlm_msgs.h +++ b/lib/curl_ntlm_msgs.h @@ -170,14 +170,6 @@ void Curl_ntlm_sspi_cleanup(struct ntlmdata *ntlm); #define NTLMFLAG_NEGOTIATE_56 (1<<31) /* Indicates that 56-bit encryption is supported. */ -#ifdef UNICODE -# define SECFLAG_WINNT_AUTH_IDENTITY \ - (unsigned long)SEC_WINNT_AUTH_IDENTITY_UNICODE -#else -# define SECFLAG_WINNT_AUTH_IDENTITY \ - (unsigned long)SEC_WINNT_AUTH_IDENTITY_ANSI -#endif - #endif /* BUILDING_CURL_NTLM_MSGS_C */ #endif /* USE_NTLM */ -- cgit v1.2.3