Changed the OpenSSL QUIC support detection.

As was changed in 253cf267f95a.
This commit is contained in:
Ruslan Ermilov 2021-09-09 15:34:00 +03:00
parent c530e2624e
commit 7372cd0fae
1 changed files with 1 additions and 1 deletions

View 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