mirror of
https://github.com/curl/curl.git
synced 2026-08-03 11:20:29 +03:00
vauth: Removed the need for a separate GSS-API based SPN function
This commit is contained in:
parent
e655ae0c80
commit
9feb2676a4
8 changed files with 37 additions and 39 deletions
|
|
@ -415,7 +415,7 @@ CURLcode Curl_auth_create_digest_md5_message(struct SessionHandle *data,
|
|||
snprintf(&HA1_hex[2 * i], 3, "%02x", digest[i]);
|
||||
|
||||
/* Generate our SPN */
|
||||
spn = Curl_auth_build_spn(service, realm);
|
||||
spn = Curl_auth_build_spn(service, realm, NULL);
|
||||
if(!spn)
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue