]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: quic: fix build error when using the compatibility layer
authorWilly Tarreau <w@1wt.eu>
Wed, 24 Jan 2024 09:46:11 +0000 (10:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 Jan 2024 09:49:24 +0000 (10:49 +0100)
commit59e9b6c204dd384d4acf25bf2521546b78d6afa3
treed4bc7785d9b079229e5b8494d1b0b1823adc58b4
parente41638af33d76660220ce2e3ed613e8a24fb6e55
BUILD: quic: fix build error when using the compatibility layer

Commit f783dd959b ("MINOR: quic: Enable early data at SSL session level
(aws-lc)") introduced a build error when using the openssl compat layer
because it references unknown function SSL_set_quic_early_data_context()
in qc_set_quic_early_data_context() that is not used in this case.

No backport is needed.
src/quic_ssl.c