mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-12 12:48:02 +00:00
BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit()
ee8530c
("MINOR: ssl: free the crtlist and the ckch during the
deinit()") introduced a build problem because it lacks the right
includes in haproxy.c
This commit is contained in:
parent
ee8530c65e
commit
82d877dd02
@ -116,6 +116,8 @@
|
||||
#include <haproxy/server.h>
|
||||
#include <haproxy/session.h>
|
||||
#include <haproxy/signal.h>
|
||||
#include <haproxy/ssl_ckch.h>
|
||||
#include <haproxy/ssl_crtlist.h>
|
||||
#include <haproxy/ssl_sock.h>
|
||||
#include <haproxy/stream.h>
|
||||
#include <haproxy/task.h>
|
||||
|
Loading…
Reference in New Issue
Block a user