]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL
authorWilly Tarreau <w@1wt.eu>
Fri, 20 May 2022 13:56:32 +0000 (15:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 May 2022 16:39:43 +0000 (18:39 +0200)
commit11ba404c6b309a4f044be25e739e1d42c952947d
tree897edfa9586a377fb272c2605a8e03e23d5e0111
parentc694471b2149e97e4f49c1742ffb17cbdb330ac4
CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL

The new flag will now replace this boolean variable that was only set and
tested.
include/haproxy/listener-t.h
src/cfgparse-ssl.c
src/cfgparse.c
src/connection.c
src/listener.c
src/ssl_sock.c