diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-09-12 11:48:24 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-25 09:12:01 +0000 |
commit | 685fee3828b0b22f5a3ca9c8debd92dfecec751f (patch) | |
tree | a8c25105f04a74c4f8fb267bddb2f321f995c28b /lib/curl_sasl.h | |
parent | 709991d548225f4dd512687ae7bc8af8a0f8f2c6 (diff) | |
download | curl-685fee3828b0b22f5a3ca9c8debd92dfecec751f.tar.gz |
vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r-- | lib/curl_sasl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index 2175e03d4..c0dd54cc0 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -136,17 +136,6 @@ struct SASL { (wordlen == (sizeof(mech) - 1) / sizeof(char) && \ !memcmp(line, mech, wordlen)) -/* This is used to build a SPN string */ -#if !defined(USE_WINDOWS_SSPI) -char *Curl_sasl_build_spn(const char *service, const char *instance); -#else -TCHAR *Curl_sasl_build_spn(const char *service, const char *instance); -#endif - -#if defined(HAVE_GSSAPI) -char *Curl_sasl_build_gssapi_spn(const char *service, const char *instance); -#endif - #ifndef CURL_DISABLE_CRYPTO_AUTH /* This is used to extract the realm from a challenge message */ bool Curl_sasl_digest_get_pair(const char *str, char *value, char *content, |