projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1665c43
)
BUILD: ssl: include errno.h in ssl_crtlist.c
author
William Lallemand
<wlallemand@haproxy.com>
Mon, 18 May 2020 06:33:09 +0000
(08:33 +0200)
committer
William 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
patch
|
blob
|
history
diff --git
a/src/ssl_crtlist.c
b/src/ssl_crtlist.c
index
b60f452
..
25d8445
100644
(file)
--- a/
src/ssl_crtlist.c
+++ b/
src/ssl_crtlist.c
@@
-9,6
+9,7
@@
*
*/
+#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>