diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-12-25 10:20:39 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-26 21:25:51 +0000 |
commit | 9aa6e4357a9e9257a56808ac407639cfeaf11ac9 (patch) | |
tree | 5cc689743ce80e8fa95b7770d08c4c658e7496f8 /lib | |
parent | 7b057f53fd06ca9f53873992eed5b8c652be0df1 (diff) |
vtls: Fixed up include of vtls.h
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/axtls.c | 2 | ||||
-rw-r--r-- | lib/vtls/curl_darwinssl.c | 2 | ||||
-rw-r--r-- | lib/vtls/curl_schannel.c | 2 | ||||
-rw-r--r-- | lib/vtls/cyassl.c | 2 | ||||
-rw-r--r-- | lib/vtls/gskit.c | 2 | ||||
-rw-r--r-- | lib/vtls/gtls.c | 2 | ||||
-rw-r--r-- | lib/vtls/nss.c | 2 | ||||
-rw-r--r-- | lib/vtls/openssl.c | 2 | ||||
-rw-r--r-- | lib/vtls/polarssl.c | 2 | ||||
-rw-r--r-- | lib/vtls/qssl.c | 2 | ||||
-rw-r--r-- | lib/x509asn1.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c index 8c92588f7..181347404 100644 --- a/lib/vtls/axtls.c +++ b/lib/vtls/axtls.c @@ -34,7 +34,7 @@ #include "sendf.h" #include "inet_pton.h" -#include "sslgen.h" +#include "vtls.h" #include "parsedate.h" #include "connect.h" /* for the connect timeout */ #include "select.h" diff --git a/lib/vtls/curl_darwinssl.c b/lib/vtls/curl_darwinssl.c index 7022a47a4..bba39f8dd 100644 --- a/lib/vtls/curl_darwinssl.c +++ b/lib/vtls/curl_darwinssl.c @@ -96,7 +96,7 @@ #include "inet_pton.h" #include "connect.h" #include "select.h" -#include "sslgen.h" +#include "vtls.h" #include "curl_darwinssl.h" #define _MPRINTF_REPLACE /* use our functions only */ diff --git a/lib/vtls/curl_schannel.c b/lib/vtls/curl_schannel.c index 9a1652782..342056031 100644 --- a/lib/vtls/curl_schannel.c +++ b/lib/vtls/curl_schannel.c @@ -61,7 +61,7 @@ #include "curl_sspi.h" #include "curl_schannel.h" -#include "sslgen.h" +#include "vtls.h" #include "sendf.h" #include "connect.h" /* for the connect timeout */ #include "strerror.h" diff --git a/lib/vtls/cyassl.c b/lib/vtls/cyassl.c index ff11bdd1a..4ec26cf57 100644 --- a/lib/vtls/cyassl.c +++ b/lib/vtls/cyassl.c @@ -38,7 +38,7 @@ #include "sendf.h" #include "inet_pton.h" #include "cyassl.h" -#include "sslgen.h" +#include "vtls.h" #include "parsedate.h" #include "connect.h" /* for the connect timeout */ #include "select.h" diff --git a/lib/vtls/gskit.c b/lib/vtls/gskit.c index 379f3ab5b..0f8b08f2c 100644 --- a/lib/vtls/gskit.c +++ b/lib/vtls/gskit.c @@ -69,7 +69,7 @@ #include "urldata.h" #include "sendf.h" #include "gskit.h" -#include "sslgen.h" +#include "vtls.h" #include "connect.h" /* for the connect timeout */ #include "select.h" #include "strequal.h" diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c index b64dfa61c..c3a23e50d 100644 --- a/lib/vtls/gtls.c +++ b/lib/vtls/gtls.c @@ -46,7 +46,7 @@ #include "sendf.h" #include "inet_pton.h" #include "gtls.h" -#include "sslgen.h" +#include "vtls.h" #include "parsedate.h" #include "connect.h" /* for the connect timeout */ #include "select.h" diff --git a/lib/vtls/nss.c b/lib/vtls/nss.c index 70bff7b52..dfd01ad0d 100644 --- a/lib/vtls/nss.c +++ b/lib/vtls/nss.c @@ -36,7 +36,7 @@ #include "connect.h" #include "strequal.h" #include "select.h" -#include "sslgen.h" +#include "vtls.h" #include "llist.h" #define _MPRINTF_REPLACE /* use the internal *printf() functions */ diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index f57f3bf4f..2d26d1ba5 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -46,7 +46,7 @@ #include "slist.h" #include "strequal.h" #include "select.h" -#include "vtls/vtls.h" +#include "vtls.h" #include "rawstr.h" #include "hostcheck.h" diff --git a/lib/vtls/polarssl.c b/lib/vtls/polarssl.c index 808f54c24..206c1e1b4 100644 --- a/lib/vtls/polarssl.c +++ b/lib/vtls/polarssl.c @@ -61,7 +61,7 @@ #include "sendf.h" #include "inet_pton.h" #include "polarssl.h" -#include "sslgen.h" +#include "vtls.h" #include "parsedate.h" #include "connect.h" /* for the connect timeout */ #include "select.h" diff --git a/lib/vtls/qssl.c b/lib/vtls/qssl.c index 42bf890fc..4c320538e 100644 --- a/lib/vtls/qssl.c +++ b/lib/vtls/qssl.c @@ -34,7 +34,7 @@ #include "urldata.h" #include "sendf.h" #include "qssl.h" -#include "sslgen.h" +#include "vtls.h" #include "connect.h" /* for the connect timeout */ #include "select.h" #include "x509asn1.h" diff --git a/lib/x509asn1.c b/lib/x509asn1.c index b2f75169c..7811c3158 100644 --- a/lib/x509asn1.c +++ b/lib/x509asn1.c @@ -28,7 +28,7 @@ #include "urldata.h" #include "strequal.h" #include "hostcheck.h" -#include "sslgen.h" +#include "vtls/vtls.h" #include "sendf.h" #include "inet_pton.h" #include "curl_base64.h" |