]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: quic: Fix build error when building QUIC against wolfssl.
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 24 Jan 2024 13:36:41 +0000 (14:36 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 24 Jan 2024 13:36:41 +0000 (14:36 +0100)
commit40f99023881e4f0112a4c4d1818d29b771d2821f
treedbd8871bd56ddb5be7304628ada89eb2105fbd1d
parent59e9b6c204dd384d4acf25bf2521546b78d6afa3
BUILD: quic: Fix build error when building QUIC against wolfssl.

This commit:

    "MINOR: quic: Enable early data at SSL session level (aws-lc)

introduced a build error when using wolfssl as TLS stack
because it references unknown function wolfSSL_set_quic_early_data_enabled()
which is not defined in qc_set_quic_early_data_context() that must not be used
in this case. The compilation of this fonction was enabled for wolfssl when
it should not have by the mentionned commit.

No backport is needed.
src/quic_ssl.c