From e561f7dbcfc27f5f648e5151de0796e691cbc1b0 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 21 May 2025 03:54:45 +0400 Subject: 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. --- auto/lib/openssl/conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'auto/lib') 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)" -- cgit