aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2021-09-21 14:46:30 +0300
committerRuslan Ermilov <ru@nginx.com>2021-09-21 14:46:30 +0300
commitaf2121267b9d59c65b5cb0c3df34b90400f6f87f (patch)
tree936674e5b4950fd93e122ccf36030d7b9ca5875f
parentcafaea71e9369bcdfd44d9b345ed9af9a47ea33e (diff)
downloadnginx-af2121267b9d59c65b5cb0c3df34b90400f6f87f.tar.gz
nginx-af2121267b9d59c65b5cb0c3df34b90400f6f87f.zip
Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES.
-rw-r--r--auto/modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules
index 21cecc276..09651f32b 100644
--- a/auto/modules
+++ b/auto/modules
@@ -1342,7 +1342,7 @@ if [ $USE_OPENSSL = YES ]; then
fi
-if [ $USE_OPENSSL$USE_OPENSSL_QUIC = YESYES ]; then
+if [ $USE_OPENSSL_QUIC = YES ]; then
ngx_module_type=CORE
ngx_module_name=ngx_quic_module
ngx_module_incs=