From ad5e9bfd5d08b5a1c5217b3eb709dc90505abaab Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 13 Mar 2016 16:02:42 +0000 Subject: vauth: Moved the Negotiate authentication code to the new vauth directory Part 1 of 2 - Moved the SSPI based Negotiate authentication code. --- lib/http_negotiate.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/http_negotiate.h') diff --git a/lib/http_negotiate.h b/lib/http_negotiate.h index acbbf6ae5..21b7f8834 100644 --- a/lib/http_negotiate.h +++ b/lib/http_negotiate.h @@ -33,10 +33,6 @@ CURLcode Curl_output_negotiate(struct connectdata *conn, bool proxy); void Curl_cleanup_negotiate(struct SessionHandle *data); -#ifdef USE_WINDOWS_SSPI -#define GSS_ERROR(status) (status & 0x80000000) -#endif - #endif /* USE_SPNEGO */ #endif /* HEADER_CURL_HTTP_NEGOTIATE_H */ -- cgit v1.2.3