summaryrefslogtreecommitdiff
path: root/lib/curl_sasl.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-08-31 11:45:47 +0100
committerSteve Holme <steve_holme@hotmail.com>2015-08-31 12:43:58 +0100
commitb85043799157e761aa23d7b96a4721ef3b5e4598 (patch)
tree3e3f8ce2dc77732f333c80ea00b2aaad1cd9d217 /lib/curl_sasl.h
parenteb8283bb1ad0dd5c826f6b1791e30a6af4b412ae (diff)
downloadcurl-b85043799157e761aa23d7b96a4721ef3b5e4598.tar.gz
sasl: Updated SPN variables and comments for consistency
In places the "host name" and "realm" variable was referred to as "instance" whilst in others it was referred to as "host".
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r--lib/curl_sasl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h
index 117d60e32..76c1d9383 100644
--- a/lib/curl_sasl.h
+++ b/lib/curl_sasl.h
@@ -146,7 +146,7 @@ int Curl_sasl_digest_get_pair(const char *str, char *value, char *content,
const char **endptr);
#if defined(HAVE_GSSAPI)
-char *Curl_sasl_build_gssapi_spn(const char *service, const char *host);
+char *Curl_sasl_build_gssapi_spn(const char *service, const char *instance);
#endif
#ifndef CURL_DISABLE_CRYPTO_AUTH