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.
This commit is contained in:
William Lallemand 2020-05-18 08:33:09 +02:00 committed by William Lallemand
parent 1665c43fd8
commit 212e993e71

View File

@ -9,6 +9,7 @@
*
*/
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>