commit | 55d3791b4633de3942f4b63b89937a8ec97dc2d4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 21 23:38:39 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 22 23:26:38 2016 +0100 |
tree | 980adf48d69ad75edc373ef557c00fd73e208c7c | |
parent | 5aacf78a346f2498bccb46c7eb36d53ed1c64a8d [diff] |
MEDIUM: ssl_sock: implement ssl_sock_prepare_bind_conf() Instead of hard-coding all SSL preparation in cfgparse.c, we now register this new function as the transport layer's prepare_bind_conf() and call it only when definied. This removes some non-obvious SSL-specific code from cfgparse.c as well as a #ifdef.