From 82d877dd021791788da555910c2055f23e0c4187 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 23 Jun 2020 20:25:07 +0200 Subject: [PATCH] BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() ee8530c ("MINOR: ssl: free the crtlist and the ckch during the deinit()") introduced a build problem because it lacks the right includes in haproxy.c --- src/haproxy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/haproxy.c b/src/haproxy.c index 9e8ffa9b0..22b43831a 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -116,6 +116,8 @@ #include #include #include +#include +#include #include #include #include