]> git.kaiwu.me - nginx.git/commitdiff
Changed the OpenSSL QUIC support detection.
authorRuslan Ermilov <ru@nginx.com>
Thu, 9 Sep 2021 12:34:00 +0000 (15:34 +0300)
committerRuslan Ermilov <ru@nginx.com>
Thu, 9 Sep 2021 12:34:00 +0000 (15:34 +0300)
As was changed in 253cf267f95a.

auto/lib/openssl/conf

index 94ccd5795045de30bb3e8ffdb463deb8a3fd20bf..f0dd1e1e8812fe8d7f28e4786e68c4d1557a700d 100644 (file)
@@ -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