BUILD: connection: stop including listener-t.h
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:14:39 +0000 (20:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:27:08 +0000 (20:27 +0200)
commit32840b77a5e05d929f1218ffd88746c482a2ca10
tree5ca8accd627c22b6ef56a8922ce6ac0fc5367128
parente08f4bf27f649082e708587740e885204779e105
BUILD: connection: stop including listener-t.h

listener-t comes with openssl just due to the SSL_CTX type that is
declred as a typedef in openssl hence cannot be abstracted at this
level. However connection-t.h doen't need all that just to know that
bind_conf is a struct. Let's declare it with other external types
instead..
include/haproxy/connection-t.h