mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
ntlm: remove unused feature defines
They're not used anymore and always supported. Closes https://github.com/curl/curl/pull/8453
This commit is contained in:
parent
3369f9f289
commit
897e8baa54
4 changed files with 12 additions and 110 deletions
|
|
@ -464,12 +464,8 @@ static CURLcode smb_send_setup(struct Curl_easy *data)
|
|||
|
||||
Curl_ntlm_core_mk_lm_hash(conn->passwd, lm_hash);
|
||||
Curl_ntlm_core_lm_resp(lm_hash, smbc->challenge, lm);
|
||||
#ifdef USE_NTRESPONSES
|
||||
Curl_ntlm_core_mk_nt_hash(conn->passwd, nt_hash);
|
||||
Curl_ntlm_core_lm_resp(nt_hash, smbc->challenge, nt);
|
||||
#else
|
||||
memset(nt, 0, sizeof(nt));
|
||||
#endif
|
||||
|
||||
memset(&msg, 0, sizeof(msg));
|
||||
msg.word_count = SMB_WC_SETUP_ANDX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue