]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
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

index b60f452d7265ef5426a58c521c3b49806050ba0c..25d84457f98ceaa19284945860f3be748a7c9f01 100644 (file)
@@ -9,6 +9,7 @@
  *
  */
 
+#include <errno.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>