From 11e8066ef9568bea4a07065a954104c0ab7efdea Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Dec 2013 23:32:47 +0100 Subject: vtls: renamed sslgen.[ch] to vtls.[ch] --- lib/easy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/easy.c') diff --git a/lib/easy.c b/lib/easy.c index 0bd99ebdf..2ad42e957 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -54,7 +54,7 @@ #include "urldata.h" #include #include "transfer.h" -#include "vtls/sslgen.h" +#include "vtls/vtls.h" #include "url.h" #include "getinfo.h" #include "hostip.h" -- cgit v1.2.3