diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2025-05-21 03:54:45 +0400 |
---|---|---|
committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2025-05-23 15:00:47 +0400 |
commit | e561f7dbcfc27f5f648e5151de0796e691cbc1b0 (patch) | |
tree | 163ebdc833a7a6b034affbd2ae93d3e72486ee58 /auto/lib | |
parent | 54e6b7cfeeae50f708398468078094fd309828e0 (diff) | |
download | nginx-e561f7dbcfc27f5f648e5151de0796e691cbc1b0.tar.gz nginx-e561f7dbcfc27f5f648e5151de0796e691cbc1b0.zip |
QUIC: defined SSL API macros in a single place.
All definitions now set in ngx_event_quic.h, this includes moving
NGX_QUIC_OPENSSL_COMPAT from autotests to compile time. Further,
to improve code readability, a new NGX_QUIC_QUICTLS_API macro is
used for QuicTLS that provides old BoringSSL QUIC API.
Diffstat (limited to 'auto/lib')
-rw-r--r-- | auto/lib/openssl/conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index fdf430dff..f4b00ebd6 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -12,7 +12,6 @@ if [ $OPENSSL != NONE ]; then if [ $USE_OPENSSL_QUIC = YES ]; then have=NGX_QUIC . auto/have - have=NGX_QUIC_OPENSSL_COMPAT . auto/have fi case "$CC" in @@ -154,8 +153,6 @@ else . auto/feature if [ $ngx_found = no ]; then - have=NGX_QUIC_OPENSSL_COMPAT . auto/have - ngx_feature="OpenSSL QUIC compatibility" ngx_feature_test="SSL_CTX_add_custom_ext(NULL, 0, 0, NULL, NULL, NULL, NULL, NULL)" |