changeset 8859:65191b9151a9 quic

Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 21 Sep 2021 14:46:30 +0300
parents be269f1fc230
children a2cef164a924
files auto/modules
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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=