projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db34cc
)
BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 15:54:12 +0000
(17:54 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
It's used but is only found through other includes.
src/ssl_ckch.c
patch
|
blob
|
history
diff --git
a/src/ssl_ckch.c
b/src/ssl_ckch.c
index
b9cddf2
..
2378ee3
100644
(file)
--- a/
src/ssl_ckch.c
+++ b/
src/ssl_ckch.c
@@
-22,6
+22,7
@@
#include <sys/stat.h>
#include <sys/types.h>
+#include <import/ebpttree.h>
#include <import/ebsttree.h>
#include <haproxy/base64.h>