mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
Changed the OpenSSL QUIC support detection.
As was changed in 253cf267f95a.
This commit is contained in:
parent
f27686cf38
commit
7a45071cb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user