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/http_negotiate.c | |
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/http_negotiate.c')
-rw-r--r-- | lib/http_negotiate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index 4a808f8f3..a22b3a324 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -30,7 +30,7 @@ #include "rawstr.h" #include "curl_base64.h" #include "http_negotiate.h" -#include "curl_sasl.h" +#include "vauth/vauth.h" #include "url.h" #include "curl_printf.h" |