]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: ssl: move ssl_sock_ctx and fix cross-dependencies issues
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 14 May 2020 22:20:53 +0000 (00:20 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 15 May 2020 12:11:54 +0000 (14:11 +0200)
commitc0cdaffaa33854a040d17080eb13ddd6583cb486
tree08f74686955bc1525f3dc891d0e74f3c84de8465
parentef76107a4b57f3615e122af2e5e4988e7e4d5de8
REORG: ssl: move ssl_sock_ctx and fix cross-dependencies issues

In order to move all SSL sample fetches in another file, moving the
ssl_sock_ctx definition in a .h file is required.

Unfortunately it became a cross dependencies hell to solve, because of
the struct wait_event field, so <types/connection.h> is needed which
created other problems.
include/proto/ssl_sock.h
include/types/listener.h
include/types/ssl_sock.h
src/ssl_sock.c