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:
d2d968a
)
BUILD: httpclient: include missing ssl_sock-t
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 09:28:24 +0000
(11:28 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
It's needed for SSL_SOCK_VERIFY_NONE.
src/http_client.c
patch
|
blob
|
history
diff --git
a/src/http_client.c
b/src/http_client.c
index
d0a1005
..
674c919
100644
(file)
--- a/
src/http_client.c
+++ b/
src/http_client.c
@@
-27,6
+27,7
@@
#include <haproxy/log.h>
#include <haproxy/proxy.h>
#include <haproxy/server.h>
+#include <haproxy/ssl_sock-t.h>
#include <haproxy/stream_interface.h>
#include <haproxy/tools.h>