]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: ssl: ssl_utils requires chunk.h
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:52:56 +0000 (12:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:52:56 +0000 (12:52 +0200)
It uses chunk_printf() so it needs it. Currently it gets it through
others.

src/ssl_utils.c

index 0a12fea5b3cb1cb2127ee19cfe42559a17be6f49..cb941409c9615bce02ac5ea05a61e38db76030ad 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <haproxy/api.h>
 #include <haproxy/buf-t.h>
+#include <haproxy/chunk.h>
 #include <haproxy/openssl-compat.h>
 #include <haproxy/ssl_sock.h>