mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:13:41 +03:00
parent
b2bccdc257
commit
89771d19d5
109 changed files with 319 additions and 324 deletions
|
|
@ -120,7 +120,7 @@ CURLcode Curl_output_digest(struct Curl_easy *data,
|
|||
if(!passwdp)
|
||||
passwdp = "";
|
||||
|
||||
#if defined(USE_WINDOWS_SSPI)
|
||||
#ifdef USE_WINDOWS_SSPI
|
||||
have_chlg = !!digest->input_token;
|
||||
#else
|
||||
have_chlg = !!digest->nonce;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue