diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2021-09-21 14:46:17 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2021-09-21 14:46:17 +0300 |
| commit | 3321ca0c833c88ef4870f3abb8870beb622e2171 (patch) | |
| tree | 80fd09ac8c62e2c569bed91b98ed76385eae4472 /auto/lib/openssl | |
| parent | 0f3eb180d2af781c98b84c1e5e2b4fe4c0c3be54 (diff) | |
| download | nginx-3321ca0c833c88ef4870f3abb8870beb622e2171.tar.gz nginx-3321ca0c833c88ef4870f3abb8870beb622e2171.tar.bz2 | |
Configure: simplified condition.
Diffstat (limited to 'auto/lib/openssl')
| -rw-r--r-- | auto/lib/openssl/conf | 3 |
1 files changed, 0 insertions, 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=<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 |
