summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2021-12-06 13:02:36 +0300
committerRoman Arutyunyan <arut@nginx.com>2021-12-06 13:02:36 +0300
commit731915a0c5e90b79d3cca1a4b0a3c33e1f77631c (patch)
tree5282f6ce9982b7dc159b98a04baeedd03a7cb4fc /auto/modules
parentea55dbccb248629628baad2b85d7634c82b613ec (diff)
downloadnginx-731915a0c5e90b79d3cca1a4b0a3c33e1f77631c.tar.gz
nginx-731915a0c5e90b79d3cca1a4b0a3c33e1f77631c.tar.bz2
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules19
1 files changed, 3 insertions, 16 deletions
diff --git a/auto/modules b/auto/modules
index 09651f32b..f98eeafed 100644
--- 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