aboutsummaryrefslogtreecommitdiff
path: root/auto/modules
diff options
context:
space:
mode:
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