From: William Lallemand Date: Tue, 23 Jun 2020 18:25:07 +0000 (+0200) Subject: BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() X-Git-Tag: v2.2-dev11~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d877dd021791788da555910c2055f23e0c4187;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/src/haproxy.c b/src/haproxy.c index 9e8ffa9b0f..22b43831af 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -116,6 +116,8 @@ #include #include #include +#include +#include #include #include #include