From eccf4fb7eee33c0d011bd90449ff1c162dc87c1b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Dec 2013 23:05:37 +0100 Subject: vtls: created subdir, moved sslgen.[ch] there, updated all include lines --- lib/transfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/transfer.c') diff --git a/lib/transfer.c b/lib/transfer.c index e3194415b..c199b4f67 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -70,7 +70,7 @@ #include "http.h" #include "url.h" #include "getinfo.h" -#include "sslgen.h" +#include "vtls/sslgen.h" #include "http_digest.h" #include "curl_ntlm.h" #include "http_negotiate.h" -- cgit v1.2.3