From: William Lallemand Date: Mon, 18 May 2020 06:33:09 +0000 (+0200) Subject: BUILD: ssl: include errno.h in ssl_crtlist.c X-Git-Tag: v2.2-dev8~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212e993e712be2f13f4fa70c40e4321be7f1b306;p=thirdparty%2Fhaproxy.git BUILD: ssl: include errno.h in ssl_crtlist.c In issue #632 boringssl build were broken by the lack of errno.h include in ssl_crtlist.c Bug introduced by 6e9556b ("REORG: ssl: move crtlist functions to src/ssl_crtlist.c"). No backport needed. --- diff --git a/src/ssl_crtlist.c b/src/ssl_crtlist.c index b60f452d72..25d84457f9 100644 --- a/src/ssl_crtlist.c +++ b/src/ssl_crtlist.c @@ -9,6 +9,7 @@ * */ +#include #include #include #include