Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUILD: quic: fix build error when using the compatibility layer
Commit f783dd9 ("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.
- Loading branch information