diff options
author | Ruslan Ermilov <ru@nginx.com> | 2021-09-21 14:46:30 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2021-09-21 14:46:30 +0300 |
commit | af2121267b9d59c65b5cb0c3df34b90400f6f87f (patch) | |
tree | 936674e5b4950fd93e122ccf36030d7b9ca5875f /auto | |
parent | cafaea71e9369bcdfd44d9b345ed9af9a47ea33e (diff) | |
download | nginx-af2121267b9d59c65b5cb0c3df34b90400f6f87f.tar.gz nginx-af2121267b9d59c65b5cb0c3df34b90400f6f87f.zip |
Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/modules | 2 |
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= |