mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 23:14:46 +00:00
BUILD: cli: fix build when SSL is enabled
Commit bc174aa
forgot to include proto/ssl_sock.h.
This commit is contained in:
parent
9f7c6a183b
commit
7a0169a41a
@ -56,6 +56,10 @@
|
||||
#include <proto/stream_interface.h>
|
||||
#include <proto/task.h>
|
||||
|
||||
#ifdef USE_OPENSSL
|
||||
#include <proto/ssl_sock.h>
|
||||
#endif
|
||||
|
||||
static int stats_dump_raw_to_buffer(struct stream_interface *si);
|
||||
static int stats_dump_full_sess_to_buffer(struct stream_interface *si);
|
||||
static int stats_dump_sess_to_buffer(struct stream_interface *si);
|
||||
|
Loading…
Reference in New Issue
Block a user