diff auto/modules @ 8921:33226ac61076 quic

HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 06 Dec 2021 13:02:36 +0300
parents 65191b9151a9
children 18d23ed15eef
line wrap: on
line diff
--- a/auto/modules
+++ b/auto/modules
@@ -437,9 +437,11 @@ if [ $HTTP = YES ]; then
     fi
 
     if [ $HTTP_V3 = YES ]; then
+        USE_OPENSSL_QUIC=YES
+        HTTP_SSL=YES
+
         have=NGX_HTTP_V3 . auto/have
         have=NGX_HTTP_HEADERS . auto/have
-        HTTP_QUIC=YES
 
         ngx_module_name=ngx_http_v3_module
         ngx_module_incs=src/http/v3
@@ -713,21 +715,6 @@ if [ $HTTP = YES ]; then
         . auto/module
     fi
 
-    if [ $HTTP_QUIC = YES ]; then
-        USE_OPENSSL_QUIC=YES
-        have=NGX_HTTP_QUIC . auto/have
-        HTTP_SSL=YES
-
-        ngx_module_name=ngx_http_quic_module
-        ngx_module_incs=
-        ngx_module_deps=src/http/modules/ngx_http_quic_module.h
-        ngx_module_srcs=src/http/modules/ngx_http_quic_module.c
-        ngx_module_libs=
-        ngx_module_link=$HTTP_QUIC
-
-        . auto/module
-    fi
-
     if [ $HTTP_SSL = YES ]; then
         USE_OPENSSL=YES
         have=NGX_HTTP_SSL . auto/have