mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-12 14:31:25 +02:00
Having it in the ifdef complicates certain operations which require additional ifdefs just to access a member which could remain zero in non-ssl cases. Let's move it out, it will not even increase the struct size on 64-bit machines due to alignment.