From 3b30be541164032e3d5d68612a791e01d6b007df Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 14 Aug 2025 14:18:13 +0200 Subject: [PATCH] include transfer.h with correct path --- lib/vtls/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 282cee2482..e25c57304d 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -61,7 +61,7 @@ #include "../vauth/vauth.h" #include "keylog.h" #include "hostcheck.h" -#include "transfer.h" +#include "../transfer.h" #include "../multiif.h" #include "../curlx/strparse.h" #include "../strdup.h"