From: Willy Tarreau Date: Wed, 6 Oct 2021 09:28:24 +0000 (+0200) Subject: BUILD: httpclient: include missing ssl_sock-t X-Git-Tag: v2.5-dev9~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df20428f1720c3f4ba892311876da91aad19254;p=thirdparty%2Fhaproxy.git BUILD: httpclient: include missing ssl_sock-t It's needed for SSL_SOCK_VERIFY_NONE. --- diff --git a/src/http_client.c b/src/http_client.c index d0a100531c..674c919cc2 100644 --- a/src/http_client.c +++ b/src/http_client.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include