changeset 8844:062080651d50 quic

Changed the OpenSSL QUIC support detection. As was changed in 253cf267f95a.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 09 Sep 2021 15:34:00 +0300
parents 4ca8035c19a4
children 4df9795fb77f
files auto/lib/openssl/conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto/lib/openssl/conf
+++ b/auto/lib/openssl/conf
@@ -150,7 +150,7 @@ if [ $USE_OPENSSL_QUIC = YES ]; then
     ngx_feature_incs="#include <openssl/ssl.h>"
     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