diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2021-09-14 12:09:13 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2021-09-14 12:09:13 +0300 |
| commit | bd89c448b7e7beb15409e2abe2f174a36a7a0823 (patch) | |
| tree | b1d14225924380f89d16a769bb29448aa47b576f /auto/lib | |
| parent | 10cafa75a4c3ccc1df52e55225c28c6b4110b229 (diff) | |
| download | nginx-bd89c448b7e7beb15409e2abe2f174a36a7a0823.tar.gz nginx-bd89c448b7e7beb15409e2abe2f174a36a7a0823.tar.bz2 | |
Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.
Diffstat (limited to 'auto/lib')
| -rw-r--r-- | auto/lib/openssl/conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index f0dd1e1e8..61ba8d671 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -145,7 +145,7 @@ fi if [ $USE_OPENSSL_QUIC = YES ]; then ngx_feature="OpenSSL QUIC support" - ngx_feature_name="NGX_OPENSSL_QUIC" + ngx_feature_name="NGX_QUIC" ngx_feature_run=no ngx_feature_incs="#include <openssl/ssl.h>" ngx_feature_path= @@ -165,8 +165,6 @@ with nginx by using --with-openssl=<path> option. END exit 1 fi - - have=NGX_QUIC . auto/have fi |
