]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: httpclient: include missing ssl_sock-t
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 09:28:24 +0000 (11:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
It's needed for SSL_SOCK_VERIFY_NONE.

src/http_client.c

index d0a100531c59c8b1567b8ef16018df00fde2e3c3..674c919cc248e5441a3c4f8988e3d3e838988755 100644 (file)
@@ -27,6 +27,7 @@
 #include <haproxy/log.h>
 #include <haproxy/proxy.h>
 #include <haproxy/server.h>
+#include <haproxy/ssl_sock-t.h>
 #include <haproxy/stream_interface.h>
 #include <haproxy/tools.h>