mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 21:12:38 +02:00
Instead of hard-coding all SSL preparation in cfgparse.c, we now register this new function as the transport layer's prepare_bind_conf() and call it only when definied. This removes some non-obvious SSL-specific code from cfgparse.c as well as a #ifdef.