]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit()
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 23 Jun 2020 18:25:07 +0000 (20:25 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 23 Jun 2020 18:25:07 +0000 (20:25 +0200)
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

src/haproxy.c

index 9e8ffa9b0ff2fe74ef5b237e08419db23c5e5df2..22b43831af49681b0c8ab8e517a22a78091c3699 100644 (file)
 #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>