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/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index abd70e070..07c000dbd 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -62,7 +62,7 @@ #include "curl_sec.h" #include "strtoofft.h" #include "strequal.h" -#include "sslgen.h" +#include "vtls/sslgen.h" #include "connect.h" #include "strerror.h" #include "inet_ntop.h" -- cgit v1.2.3