]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Feb 2023 17:28:30 +0000 (18:28 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 8 Feb 2023 10:31:03 +0000 (11:31 +0100)
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

index 15569aeee1698ee8001cc8a563c4a38999fc23e2..e591b499b4200d30e291dbe526034accb673b4fe 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <haproxy/buf-t.h>
 #include <haproxy/openssl-compat.h>
+#include <haproxy/ssl_sock-t.h>
 
 #ifndef OPENSSL_NO_OCSP
 extern int ocsp_ex_index;