mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
BUG/MINOR: ssl: lack crtlist_dup_ssl_conf() declaration
Add lacking crtlist_dup_ssl_conf() declaration in ssl_crt-list.h. Could be backported if needed.
This commit is contained in:
parent
1d2490c5ae
commit
df8e05815c
@ -28,6 +28,7 @@
|
||||
|
||||
/* crt-list entry functions */
|
||||
void ssl_sock_free_ssl_conf(struct ssl_bind_conf *conf);
|
||||
struct ssl_bind_conf *crtlist_dup_ssl_conf(struct ssl_bind_conf *src);
|
||||
char **crtlist_dup_filters(char **args, int fcount);
|
||||
void crtlist_free_filters(char **args);
|
||||
void crtlist_entry_free(struct crtlist_entry *entry);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user