aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/vauth.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-02 06:15:29 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-02 06:15:29 +0100
commitced0cbb5b72bab6ad1a8393a22e6443cdbf611f1 (patch)
tree9865dfafcc21746b65eccd2595ba564765bcf0b9 /lib/vauth/vauth.h
parent4edcfc6bf07f0703b8cbccf823725e6e7356aaba (diff)
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.
Diffstat (limited to 'lib/vauth/vauth.h')
-rw-r--r--lib/vauth/vauth.h1
1 files changed, 1 insertions, 0 deletions
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,