From ced0cbb5b72bab6ad1a8393a22e6443cdbf611f1 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 2 Apr 2016 06:15:29 +0100 Subject: krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument For consistency with the spnego and oauth2 code moved the setting of the host name outside of the Curl_auth_create_gssapi_user_messag() function. This will allow us to more easily override it in the future. --- lib/vauth/vauth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vauth/vauth.h') diff --git a/lib/vauth/vauth.h b/lib/vauth/vauth.h index 161cb14b7..0047b3cf7 100644 --- a/lib/vauth/vauth.h +++ b/lib/vauth/vauth.h @@ -148,6 +148,7 @@ CURLcode Curl_auth_create_gssapi_user_message(struct SessionHandle *data, const char *userp, const char *passwdp, const char *service, + const char *host, const bool mutual, const char *chlg64, struct kerberos5data *krb5, -- cgit v1.2.3