commit | c0cdaffaa33854a040d17080eb13ddd6583cb486 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri May 15 00:20:53 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri May 15 14:11:54 2020 +0200 |
tree | 08f74686955bc1525f3dc891d0e74f3c84de8465 | |
parent | ef76107a4b57f3615e122af2e5e4988e7e4d5de8 [diff] |
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.