aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_msgs.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-04-02 22:04:13 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-04-06 00:35:22 +0100
commitc46994129374ab5f688f68b5d138570174ab1d20 (patch)
treefe1beb80ac1f16da26bfddb02513e65e8ea62f34 /lib/curl_ntlm_msgs.h
parentff853960bd7dcf6cfd0ea4ff6a91ea143e27fd4b (diff)
ntlm: Moved the identity generation into shared SSPI code
Diffstat (limited to 'lib/curl_ntlm_msgs.h')
-rw-r--r--lib/curl_ntlm_msgs.h8
1 files changed, 0 insertions, 8 deletions
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 */