Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES.

This commit is contained in:
Ruslan Ermilov 2021-09-21 14:46:30 +03:00
parent 69fbd46f02
commit d0e0fb02ba
1 changed files with 1 additions and 1 deletions

View File

@ -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=