From 9feb2676a4e153eef7f5536f940678af2df2cf9e Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 3 Apr 2016 20:26:03 +0100 Subject: vauth: Removed the need for a separate GSS-API based SPN function --- lib/vauth/digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vauth/digest.c') diff --git a/lib/vauth/digest.c b/lib/vauth/digest.c index 4a5fc4c65..d22b3d1c4 100644 --- a/lib/vauth/digest.c +++ b/lib/vauth/digest.c @@ -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; -- cgit v1.2.1