projects
/
haproxy-3.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcad26c
)
MINOR: ssl: add ssl_sock_bind_verifycbk() in ssl_sock.h
author
William Lallemand
<wlallemand@haproxy.com>
Thu, 13 Jun 2024 14:44:36 +0000
(16:44 +0200)
committer
William Lallemand
<wlallemand@haproxy.com>
Thu, 13 Jun 2024 14:48:17 +0000
(16:48 +0200)
Add missing ssl_sock_bind_verifycbk() in ssl_sock.h
include/haproxy/ssl_sock.h
patch
|
blob
|
history
diff --git
a/include/haproxy/ssl_sock.h
b/include/haproxy/ssl_sock.h
index
773bb32
..
615f894
100644
(file)
--- a/
include/haproxy/ssl_sock.h
+++ b/
include/haproxy/ssl_sock.h
@@
-129,6
+129,7
@@
void ssl_free_global_issuers(void);
int ssl_initialize_random(void);
int ssl_sock_load_cert_list_file(char *file, int dir, struct bind_conf *bind_conf, struct proxy *curproxy, char **err);
int ssl_init_single_engine(const char *engine_id, const char *def_algorithms);
+int ssl_sock_bind_verifycbk(int ok, X509_STORE_CTX *x_store);
#ifdef HAVE_SSL_PROVIDERS
int ssl_init_provider(const char *provider_name);
#endif