]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Warning for OpenSSL wrapper QUIC bindings without "limited-quic"
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 8 Aug 2023 09:41:13 +0000 (11:41 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 8 Aug 2023 12:59:17 +0000 (14:59 +0200)
commit7c730803dcababd16432d5e31150c9b48831ab18
tree5e0192236aadb54f525e7996b398fe8ffda9ae75
parentab9523020027683746a6170ef7ef0e435e2b47dc
MINOR: quic: Warning for OpenSSL wrapper QUIC bindings without "limited-quic"

If the "limited-quic" globale option wa not set, the QUIC listener bindings were
not bound, this is ok, but silently ignored.

Add a warning in these cases to ask the user to explicitely enable the QUIC
bindings when building QUIC support against a TLS/SSL library without QUIC
support (OpenSSL).
src/protocol.c