mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
schannel: Removed curl_ prefix from source files
Removed the curl_ prefix from the schannel source files as discussed with Marc and Daniel at FOSDEM.
This commit is contained in:
parent
05792d6936
commit
761d5166af
6 changed files with 8 additions and 8 deletions
|
|
@ -38,9 +38,9 @@ SOURCE \
|
|||
vtls/axtls.c idn_win32.c http_negotiate_sspi.c vtls/cyassl.c \
|
||||
http_proxy.c non-ascii.c asyn-ares.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 vtls/curl_schannel.c curl_multibyte.c \
|
||||
vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c \
|
||||
curl_sasl_gssapi.c curl_endian.c curl_des.c
|
||||
curl_sasl.c vtls/schannel.c curl_multibyte.c vtls/curl_darwinssl.c \
|
||||
bundles.c conncache.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c \
|
||||
curl_endian.c curl_des.c
|
||||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
#ifdef ENABLE_SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue