commit | 17d4538044fc37b9b4cccdc21543b183d5b69a0b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 22 21:16:08 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 22 23:26:38 2016 +0100 |
tree | afa358cc1657a784f87b035a72964462051f55a7 | |
parent | d84dab733a9d7e30737ab62a4911241089f029af [diff] |
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.