mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:03:33 +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
|
|
@ -125,7 +125,7 @@ CURLcode Curl_auth_create_digest_md5_message(struct SessionHandle *data,
|
|||
}
|
||||
|
||||
/* Generate our SPN */
|
||||
spn = Curl_auth_build_spn(service, data->easy_conn->host.name);
|
||||
spn = Curl_auth_build_spn(service, data->easy_conn->host.name, NULL);
|
||||
if(!spn) {
|
||||
free(output_token);
|
||||
free(input_token);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue