mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:53:31 +03:00
parent
943ac04fc4
commit
da04aa96ab
6 changed files with 15 additions and 15 deletions
|
|
@ -199,7 +199,6 @@ static void up_free(struct Curl_easy *data)
|
|||
*
|
||||
* We ignore SIGPIPE when this is called from curl_easy_cleanup.
|
||||
*/
|
||||
|
||||
CURLcode Curl_close(struct Curl_easy **datap)
|
||||
{
|
||||
struct Curl_easy *data;
|
||||
|
|
@ -457,7 +456,6 @@ static void easy_meta_freeentry(void *p)
|
|||
* function.
|
||||
* @return CURLcode
|
||||
*/
|
||||
|
||||
CURLcode Curl_open(struct Curl_easy **curl)
|
||||
{
|
||||
struct Curl_easy *data;
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ CURLcode Curl_auth_decode_spnego_message(struct Curl_easy *data,
|
|||
}
|
||||
|
||||
/* Use the special name "!ntlm" to prevent NTLM from being used:
|
||||
* https://learn.microsoft.com/en-us/windows/win32/api/sspi/ns-sspi-sec_winnt_auth_identity_exa
|
||||
* https://learn.microsoft.com/windows/win32/api/sspi/ns-sspi-sec_winnt_auth_identity_exa
|
||||
*/
|
||||
#ifdef UNICODE
|
||||
nego->identity.PackageList =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue