BUILD: ssl: include errno.h in ssl_crtlist.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 18 May 2020 06:33:09 +0000 (08:33 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 18 May 2020 06:39:31 +0000 (08:39 +0200)
commit212e993e712be2f13f4fa70c40e4321be7f1b306
tree8daaaf61b6a98740eb19c7655ed379fd71eb2227
parent1665c43fd86fa58ea06907b84a54ecc54d2782dd
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.
src/ssl_crtlist.c