diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-02-07 20:50:30 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-02-07 21:34:33 +0000 |
commit | 761d5166aff64c877a72fff48a5f754dfa1ab4e0 (patch) | |
tree | dd640f6733fc6500a3ecea412cb90f9566487b7a /lib/vtls | |
parent | 05792d69363fb90dc11d763d540da8ec78e7ff41 (diff) |
schannel: Removed curl_ prefix from source files
Removed the curl_ prefix from the schannel source files as discussed
with Marc and Daniel at FOSDEM.
Diffstat (limited to 'lib/vtls')
-rw-r--r-- | lib/vtls/schannel.c (renamed from lib/vtls/curl_schannel.c) | 2 | ||||
-rw-r--r-- | lib/vtls/schannel.h (renamed from lib/vtls/curl_schannel.h) | 0 | ||||
-rw-r--r-- | lib/vtls/vtls.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/lib/vtls/curl_schannel.c b/lib/vtls/schannel.c index b02a187f4..00ed0f6b8 100644 --- a/lib/vtls/curl_schannel.c +++ b/lib/vtls/schannel.c @@ -47,7 +47,7 @@ #endif #include "curl_sspi.h" -#include "curl_schannel.h" +#include "schannel.h" #include "vtls.h" #include "sendf.h" #include "connect.h" /* for the connect timeout */ diff --git a/lib/vtls/curl_schannel.h b/lib/vtls/schannel.h index e019a8606..e019a8606 100644 --- a/lib/vtls/curl_schannel.h +++ b/lib/vtls/schannel.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 |