]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: replace ssl_conf by bind_conf
authorWilly Tarreau <w@1wt.eu>
Thu, 13 Sep 2012 15:54:29 +0000 (17:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Sep 2012 20:29:33 +0000 (22:29 +0200)
commit2a65ff014ec63e3ea5fc1b491a6ce3dabab65fd8
treec046da1e2deca41d5bd5b6c65dcf75c2f46fe9d3
parentd1d54541801b5155142031f1540e7577f60f7299
MEDIUM: config: replace ssl_conf by bind_conf

Some settings need to be merged per-bind config line and are not necessarily
SSL-specific. It becomes quite inconvenient to have this ssl_conf SSL-specific,
so let's replace it with something more generic.
include/proto/listener.h
include/proto/ssl_sock.h
include/types/listener.h
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/proxy.c
src/ssl_sock.c