]> granicus.if.org Git - curl/commitdiff
vtls: Fixed up include of vtls.h
authorSteve Holme <steve_holme@hotmail.com>
Wed, 25 Dec 2013 10:20:39 +0000 (10:20 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 26 Dec 2013 21:25:51 +0000 (21:25 +0000)
lib/vtls/axtls.c
lib/vtls/curl_darwinssl.c
lib/vtls/curl_schannel.c
lib/vtls/cyassl.c
lib/vtls/gskit.c
lib/vtls/gtls.c
lib/vtls/nss.c
lib/vtls/openssl.c
lib/vtls/polarssl.c
lib/vtls/qssl.c
lib/x509asn1.c

index 8c92588f71489b7f31a3add8ed265b47381a9a30..18134740466c29df90eb986e244cede74933c5fd 100644 (file)
@@ -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"
index 7022a47a49a71acbb84024681ed5802026e27d47..bba39f8dd6a300bc06440b53f19f6b9874eac6aa 100644 (file)
@@ -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 */
index 9a165278253c7621581858732c4952853787c228..34205603153fb046313ad537aa08f952fedf0cc5 100644 (file)
@@ -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"
index ff11bdd1a17d7948c2099bf69ad64044a6e9f618..4ec26cf57094ae302b89025f03b6722cadc4f0a6 100644 (file)
@@ -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"
index 379f3ab5b8740b601cb579b0be14db000026aaeb..0f8b08f2ce104033b4c197ed2c83cb948436755b 100644 (file)
@@ -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"
index b64dfa61c3b7c4fb406d6e0956c22d6fa85885ef..c3a23e50d9c82f99767112b0dd0053ba3cf7be45 100644 (file)
@@ -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"
index 70bff7b528c7491b96eca7cc8579fd304c4cb64a..dfd01ad0dc34acd4aed90c293c907be3203c311b 100644 (file)
@@ -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 */
index f57f3bf4f6686625285d3837304e63e996c33fcb..2d26d1ba501ec4732709b4347c8a2914cc8ae3d6 100644 (file)
@@ -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"
 
index 808f54c243252748066eb7826185d16fbb8c4413..206c1e1b4d2952151c6227d61c5a09d2c8e0d2ff 100644 (file)
@@ -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"
index 42bf890fce29b6db7afcb6b404847e9b2580b1a0..4c320538ef2752adff01f57b1572cd9a303c7a9c 100644 (file)
@@ -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"
index b2f75169c5915f7460c506179a25284aefa92591..7811c3158d2a97ea9125973f9521b9ab68cc9c3f 100644 (file)
@@ -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"