mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-12 12:21:00 +01:00
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.