summaryrefslogtreecommitdiff
path: root/lib/x509asn1.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/x509asn1.c
parent7b057f53fd06ca9f53873992eed5b8c652be0df1 (diff)
downloadcurl-9aa6e4357a9e9257a56808ac407639cfeaf11ac9.tar.gz
vtls: Fixed up include of vtls.h
Diffstat (limited to 'lib/x509asn1.c')
-rw-r--r--lib/x509asn1.c2
1 files changed, 1 insertions, 1 deletions
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"