aboutsummaryrefslogtreecommitdiff
path: root/lib/http_negotiate.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-13 16:02:42 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-26 17:21:22 +0000
commitad5e9bfd5d08b5a1c5217b3eb709dc90505abaab (patch)
tree842a7a041a6a479efc95a9390573860ddf7ae0eb /lib/http_negotiate.h
parent65f972b2e8f0d6ba72be1f9038f6488902e5c8aa (diff)
vauth: Moved the Negotiate authentication code to the new vauth directory
Part 1 of 2 - Moved the SSPI based Negotiate authentication code.
Diffstat (limited to 'lib/http_negotiate.h')
-rw-r--r--lib/http_negotiate.h4
1 files changed, 0 insertions, 4 deletions
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 */