1
0
mirror of http://git.haproxy.org/git/haproxy.git/ synced 2025-03-25 04:17:42 +00:00
haproxy/include
Willy Tarreau 141ad85d10 MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL
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.
2016-12-22 23:26:38 +01:00
..
common MINOR: cfgparse: add two new functions to check arguments count 2016-12-21 23:39:26 +01:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MEDIUM: ssl_sock: implement ssl_sock_prepare_bind_conf() 2016-12-22 23:26:38 +01:00
types MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL 2016-12-22 23:26:38 +01:00