mirror of
https://github.com/curl/curl.git
synced 2026-08-06 22:26:14 +03:00
NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
This commit is contained in:
parent
b976d108f1
commit
260ee6b7bf
11 changed files with 443 additions and 339 deletions
|
|
@ -568,6 +568,7 @@ int netware_init(void);
|
|||
#define USE_HTTP_NEGOTIATE
|
||||
#endif
|
||||
|
||||
/* Single point where USE_NTLM definition might be done */
|
||||
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM)
|
||||
#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI) || \
|
||||
defined(USE_GNUTLS) || defined(USE_NSS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue