diff auto/lib/openssl/conf @ 8865:646bb5361437 quic

Configure: check for QUIC 0-RTT support at compile time.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Sep 2021 10:10:37 +0300
parents 678d1c7a3003
children 8c163ce5b55a
line wrap: on
line diff
--- a/auto/lib/openssl/conf
+++ b/auto/lib/openssl/conf
@@ -165,13 +165,4 @@ with nginx by using --with-openssl=<path
 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