Commit 9aa6e435 authored by Steve Holme's avatar Steve Holme
Browse files

vtls: Fixed up include of vtls.h

parent 7b057f53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
Loading