From b4b9caa65f865724aefc04c8252e0a3643f13abd Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 7 Feb 2023 18:28:30 +0100 Subject: [PATCH] BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h ssl_ocsp-t.h uses SSL_SOCK_NUM_KEYTYPES which is defined in ssl_sock-t.h. No backport needed. --- include/haproxy/ssl_ocsp-t.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/haproxy/ssl_ocsp-t.h b/include/haproxy/ssl_ocsp-t.h index 15569aeee..e591b499b 100644 --- a/include/haproxy/ssl_ocsp-t.h +++ b/include/haproxy/ssl_ocsp-t.h @@ -27,6 +27,7 @@ #include #include +#include #ifndef OPENSSL_NO_OCSP extern int ocsp_ex_index; -- 2.47.3