projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28360dc
)
BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h
author
William Lallemand
<wlallemand@haproxy.org>
Tue, 7 Feb 2023 17:28:30 +0000
(18:28 +0100)
committer
William 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
patch
|
blob
|
history
diff --git
a/include/haproxy/ssl_ocsp-t.h
b/include/haproxy/ssl_ocsp-t.h
index
15569ae
..
e591b49
100644
(file)
--- a/
include/haproxy/ssl_ocsp-t.h
+++ b/
include/haproxy/ssl_ocsp-t.h
@@
-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;