]> git.kaiwu.me - nginx.git/commit
QUIC: using SSL_set_quic_early_data_enabled() only with QuicTLS.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 20 Oct 2022 12:21:06 +0000 (16:21 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 20 Oct 2022 12:21:06 +0000 (16:21 +0400)
commit1ad1b85feb11285c5b65cc2d53c3f7ec54e6fabd
tree346bc9ee997ab68e77fdc7f739555a7a2291d55d
parent00468d71bf8cdbec28a44c92f59c5edf42d7739c
QUIC: using SSL_set_quic_early_data_enabled() only with QuicTLS.

This function is present in QuicTLS only.  After SSL_READ_EARLY_DATA_SUCCESS
became visible in LibreSSL together with experimental QUIC API, this required
to revise the conditional compilation test to use more narrow macros.
src/event/quic/ngx_event_quic_ssl.c