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 d0a1005..674c919 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>