From: William Lallemand Date: Tue, 7 Feb 2023 17:28:30 +0000 (+0100) Subject: BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h X-Git-Tag: v2.8-dev4~27 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=b4b9caa65f865724aefc04c8252e0a3643f13abd;p=haproxy.git 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. --- 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;