]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv()
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Dec 2016 20:16:08 +0000 (21:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Dec 2016 22:26:38 +0000 (23:26 +0100)
commit17d4538044fc37b9b4cccdc21543b183d5b69a0b
treeafa358cc1657a784f87b035a72964462051f55a7
parentd84dab733a9d7e30737ab62a4911241089f029af
MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv()

Now we can simply check the transport layer at run time and decide
whether or not to initialize or destroy these entries. This removes
other ifdefs and includes from cfgparse.c, haproxy.c and hlua.c.
src/cfgparse.c
src/haproxy.c
src/hlua.c
src/ssl_sock.c