]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUG/MINOR: ssl: lack crtlist_dup_ssl_conf() declaration
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Feb 2026 14:10:35 +0000 (15:10 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Feb 2026 15:04:35 +0000 (16:04 +0100)
Add lacking crtlist_dup_ssl_conf() declaration in ssl_crt-list.h.

Could be backported if needed.

include/haproxy/ssl_crtlist.h

index 313226748c83728a3f2dbc0fa7179e6b630310ad..48a3f701de6a86bcc8613e7002a37f52286d7f9f 100644 (file)
@@ -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);