mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES.
This commit is contained in:
parent
cafaea71e9
commit
af2121267b
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user