From 761d5166aff64c877a72fff48a5f754dfa1ab4e0 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 7 Feb 2015 20:50:30 +0000 Subject: schannel: Removed curl_ prefix from source files Removed the curl_ prefix from the schannel source files as discussed with Marc and Daniel at FOSDEM. --- lib/vtls/vtls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/vtls.h') diff --git a/lib/vtls/vtls.h b/lib/vtls/vtls.h index 96321ec98..e56a8b62d 100644 --- a/lib/vtls/vtls.h +++ b/lib/vtls/vtls.h @@ -30,7 +30,7 @@ #include "polarssl.h" /* PolarSSL versions */ #include "axtls.h" /* axTLS versions */ #include "cyassl.h" /* CyaSSL versions */ -#include "curl_schannel.h" /* Schannel SSPI version */ +#include "schannel.h" /* Schannel SSPI version */ #include "curl_darwinssl.h" /* SecureTransport (Darwin) version */ #ifndef MAX_PINNED_PUBKEY_SIZE -- cgit v1.2.3