diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c index 8c92588f71489b7f31a3add8ed265b47381a9a30..18134740466c29df90eb986e244cede74933c5fd 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 7022a47a49a71acbb84024681ed5802026e27d47..bba39f8dd6a300bc06440b53f19f6b9874eac6aa 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 9a165278253c7621581858732c4952853787c228..34205603153fb046313ad537aa08f952fedf0cc5 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 ff11bdd1a17d7948c2099bf69ad64044a6e9f618..4ec26cf57094ae302b89025f03b6722cadc4f0a6 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 379f3ab5b8740b601cb579b0be14db000026aaeb..0f8b08f2ce104033b4c197ed2c83cb948436755b 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 b64dfa61c3b7c4fb406d6e0956c22d6fa85885ef..c3a23e50d9c82f99767112b0dd0053ba3cf7be45 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 70bff7b528c7491b96eca7cc8579fd304c4cb64a..dfd01ad0dc34acd4aed90c293c907be3203c311b 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 f57f3bf4f6686625285d3837304e63e996c33fcb..2d26d1ba501ec4732709b4347c8a2914cc8ae3d6 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 808f54c243252748066eb7826185d16fbb8c4413..206c1e1b4d2952151c6227d61c5a09d2c8e0d2ff 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 42bf890fce29b6db7afcb6b404847e9b2580b1a0..4c320538ef2752adff01f57b1572cd9a303c7a9c 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 b2f75169c5915f7460c506179a25284aefa92591..7811c3158d2a97ea9125973f9521b9ab68cc9c3f 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"