diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-06 00:16:30 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-06 00:35:01 +0100 |
commit | ff853960bd7dcf6cfd0ea4ff6a91ea143e27fd4b (patch) | |
tree | 6f1139288db8ff0b88b51650b0512a9487f72137 /lib | |
parent | 2c49e960922129ba971bb4ee4a1767adf54ffae1 (diff) |
sasl: Renamed SSPI module following short name clash
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/curl_sasl_sspi.c (renamed from lib/sasl_sspi.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 79674dec6..7ed98641f 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -44,7 +44,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \ asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c \ curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c curl_multibyte.c \ hostcheck.c bundles.c conncache.c pipeline.c dotdot.c x509asn1.c \ - http2.c sasl_sspi.c $(VSOURCES) + http2.c curl_sasl_sspi.c $(VSOURCES) HHEADERS = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \ formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h if2ip.h \ diff --git a/lib/sasl_sspi.c b/lib/curl_sasl_sspi.c index 675118ede..675118ede 100644 --- a/lib/sasl_sspi.c +++ b/lib/curl_sasl_sspi.c |