From: Ruslan Ermilov Date: Thu, 9 Sep 2021 12:34:00 +0000 (+0300) Subject: Changed the OpenSSL QUIC support detection. X-Git-Tag: release-1.25.0~4^2~265 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=7a45071cb6a460c999a3ad5f978f8cfd5d792cdb;p=nginx.git Changed the OpenSSL QUIC support detection. As was changed in 253cf267f95a. --- diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index 94ccd5795..f0dd1e1e8 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -150,7 +150,7 @@ if [ $USE_OPENSSL_QUIC = YES ]; then ngx_feature_incs="#include " ngx_feature_path= ngx_feature_libs="-lssl -lcrypto $NGX_LIBDL $NGX_LIBPTHREAD" - ngx_feature_test="SSL_CTX_set_quic_method(NULL, NULL)" + ngx_feature_test="SSL_set_quic_method(NULL, NULL)" . auto/feature if [ $ngx_found = no ]; then