summaryrefslogtreecommitdiff
path: root/lib/vtls/gskit.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-12-25 10:20:39 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-12-26 21:25:51 +0000
commit9aa6e4357a9e9257a56808ac407639cfeaf11ac9 (patch)
tree5cc689743ce80e8fa95b7770d08c4c658e7496f8 /lib/vtls/gskit.c
parent7b057f53fd06ca9f53873992eed5b8c652be0df1 (diff)
downloadgnurl-9aa6e4357a9e9257a56808ac407639cfeaf11ac9.tar.gz
gnurl-9aa6e4357a9e9257a56808ac407639cfeaf11ac9.tar.bz2
gnurl-9aa6e4357a9e9257a56808ac407639cfeaf11ac9.zip
vtls: Fixed up include of vtls.h
Diffstat (limited to 'lib/vtls/gskit.c')
-rw-r--r--lib/vtls/gskit.c2
1 files changed, 1 insertions, 1 deletions
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"