]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: move ssl_sock_gencert_load_ca declaration in ssl_gencert.h
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Thu, 23 Jan 2025 14:58:57 +0000 (15:58 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 24 Jan 2025 11:31:07 +0000 (12:31 +0100)
commit94d3b7375a3b84ddb8414d055254ba5193a38b48
tree527bec1725ce134a0a36ea862f07f46b825de30e
parent846819b316b6521f4babcc28ab7dda381dda0833
CLEANUP: ssl: move ssl_sock_gencert_load_ca declaration in ssl_gencert.h

As ssl_sock_gencert_load_ca and ssl_sock_gencert_free_ca are compiled only if
SSL_NO_GENERATE_CERTIFICATES is not defined, let's align it and move these
declarations in ssl_gencert.h.
include/haproxy/ssl_gencert.h
include/haproxy/ssl_sock.h