mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 09:33:33 +02: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.