summaryrefslogtreecommitdiffstats
path: root/include/haproxy/ssl_ocsp.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:19:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:19:41 +0000
commitad8c5bec2667cd5932a80d4d0ce8deba3926ed20 (patch)
tree042d7d7fe2447e5808eff553a6c7b1558f9e2f77 /include/haproxy/ssl_ocsp.h
parentReleasing progress-linux version 2.9.5-1~progress7.99u1. (diff)
downloadhaproxy-ad8c5bec2667cd5932a80d4d0ce8deba3926ed20.tar.xz
haproxy-ad8c5bec2667cd5932a80d4d0ce8deba3926ed20.zip
Merging upstream version 2.9.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include/haproxy/ssl_ocsp.h')
-rw-r--r--include/haproxy/ssl_ocsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/haproxy/ssl_ocsp.h b/include/haproxy/ssl_ocsp.h
index 8a4197c..54a1b88 100644
--- a/include/haproxy/ssl_ocsp.h
+++ b/include/haproxy/ssl_ocsp.h
@@ -36,7 +36,6 @@ int ssl_sock_get_ocsp_arg_kt_index(int evp_keytype);
int ssl_sock_ocsp_stapling_cbk(SSL *ssl, void *arg);
void ssl_sock_free_ocsp(struct certificate_ocsp *ocsp);
-void ssl_sock_free_ocsp_instance(struct certificate_ocsp *ocsp);
int ssl_sock_load_ocsp_response(struct buffer *ocsp_response,
struct certificate_ocsp *ocsp,