mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-21 23:53:25 +02:00
The SSL stuff in struct server takes less than 3% of it and requires lots of annoying ifdefs in the code just to take care of the cases where the field is absent. Let's get rid of this and stop including openssl-compat from server.c to detect NPN and ALPN capabilities. This reduces the total LoC by another 0.4%.