]> git.kaiwu.me - nginx.git/commitdiff
Configure: simplified condition.
authorRuslan Ermilov <ru@nginx.com>
Tue, 21 Sep 2021 11:46:17 +0000 (14:46 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 21 Sep 2021 11:46:17 +0000 (14:46 +0300)
auto/lib/openssl/conf

index 61ba8d671d5a9b5958b75b4b435115bca097ae20..a9cb0094e3111d84d9c3a88535a24ce4445789d2 100644 (file)
@@ -165,10 +165,7 @@ with nginx by using --with-openssl=<path> option.
 END
         exit 1
     fi
-fi
-
 
-if [ $USE_OPENSSL_QUIC = YES ]; then
     ngx_feature="OpenSSL QUIC 0-RTT context"
     ngx_feature_name="NGX_OPENSSL_QUIC_ZRTT_CTX"
     ngx_feature_run=no