From 3321ca0c833c88ef4870f3abb8870beb622e2171 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 21 Sep 2021 14:46:17 +0300 Subject: [PATCH] Configure: simplified condition. --- auto/lib/openssl/conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index 61ba8d671..a9cb0094e 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -165,10 +165,7 @@ with nginx by using --with-openssl= 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