commit | cb72b7e028653ef489eb41165c042f916090f57b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 12:52:56 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 12:52:56 2021 +0200 |
tree | c5050f9fba83d5767ae53ca64856b980178ca2c2 | |
parent | 15f9ac3c59e9bef455b75ab97020f41155c4ea7a [diff] |
BUILD: ssl: ssl_utils requires chunk.h It uses chunk_printf() so it needs it. Currently it gets it through others.
diff --git a/src/ssl_utils.c b/src/ssl_utils.c index 0a12fea..cb94140 100644 --- a/src/ssl_utils.c +++ b/src/ssl_utils.c
@@ -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>