aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/vtls.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-02-07 20:50:30 +0000
committerSteve Holme <steve_holme@hotmail.com>2015-02-07 21:34:33 +0000
commit761d5166aff64c877a72fff48a5f754dfa1ab4e0 (patch)
treedd640f6733fc6500a3ecea412cb90f9566487b7a /lib/vtls/vtls.h
parent05792d69363fb90dc11d763d540da8ec78e7ff41 (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/vtls.h')
-rw-r--r--lib/vtls/vtls.h2
1 files changed, 1 insertions, 1 deletions
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