diff options
Diffstat (limited to 'lib/http_negotiate.h')
-rw-r--r-- | lib/http_negotiate.h | 4 |
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 */ |