commit | 795cdabb570f8829f306b13b773f204915b70d62 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 22 17:30:54 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 22 23:26:38 2016 +0100 |
tree | 659d45e290f1b06a7fa1b1a91ca421ccef9a9aae | |
parent | fa983d3caaac134db52778ce5ad597e485e1d4b0 [diff] |
MINOR: ssl_sock: implement ssl_sock_destroy_bind_conf() Instead of hard-coding all SSL destruction in cfgparse.c and haproxy.c, we now register this new function as the transport layer's destroy_bind_conf() and call it only when defined. This removes some non-obvious SSL-specific code and #ifdefs from cfgparse.c and haproxy.c