We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4380ee0 commit e00cbbbCopy full SHA for e00cbbb
config
@@ -29,13 +29,13 @@ CORE_LIBS="$CORE_LIBS"
29
#
30
# OpenSSL 1.1.1 with SSL_CTX_set_early_cb
31
32
-ngx_feature="SSL_CTX_set_early_cb()"
33
-ngx_feature_name="NGX_HAVE_OPENSSL_SSL_EARLY_CB"
+ngx_feature="SSL_CTX_set_client_hello_cb()"
+ngx_feature_name="NGX_HAVE_OPENSSL_SSL_CLIENT_HELLO_CB"
34
ngx_feature_run=no
35
ngx_feature_incs="#include <openssl/ssl.h>"
36
ngx_feature_path=
37
ngx_feature_libs="-lssl $NGX_LD_OPT"
38
-ngx_feature_test="SSL_CTX_set_early_cb(0, 0, 0);"
+ngx_feature_test="SSL_CTX_set_client_hello_cb(0, 0, 0);"
39
. auto/feature
40
41
if [ $ngx_found = no ]; then
0 commit comments