summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2021-09-27 10:10:37 +0300
committerRuslan Ermilov <ru@nginx.com>2021-09-27 10:10:37 +0300
commit8ce1c2c7e9abc90a63ad74df5ad4cc7c37b24c87 (patch)
tree0e45d9354464330c65f761392f64cb89da478fab /auto
parent2cd173d450cbb61291c772556609bcfbc9da1170 (diff)
downloadnginx-8ce1c2c7e9abc90a63ad74df5ad4cc7c37b24c87.tar.gz
nginx-8ce1c2c7e9abc90a63ad74df5ad4cc7c37b24c87.tar.bz2
Configure: check for QUIC 0-RTT support at compile time.
Diffstat (limited to 'auto')
-rw-r--r--auto/lib/openssl/conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf
index a9cb0094e..8b84c02a4 100644
--- a/auto/lib/openssl/conf
+++ b/auto/lib/openssl/conf
@@ -165,13 +165,4 @@ with nginx by using --with-openssl=<path> option.
END
exit 1
fi
-
- ngx_feature="OpenSSL QUIC 0-RTT context"
- ngx_feature_name="NGX_OPENSSL_QUIC_ZRTT_CTX"
- ngx_feature_run=no
- ngx_feature_incs="#include <openssl/ssl.h>"
- ngx_feature_path=
- ngx_feature_libs="-lssl -lcrypto $NGX_LIBDL $NGX_LIBPTHREAD"
- ngx_feature_test="SSL_set_quic_early_data_context(NULL, NULL, 0)"
- . auto/feature
fi