Skip to content

Commit e00cbbb

Browse files
authored
Update config
Updated SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb
1 parent 4380ee0 commit e00cbbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ CORE_LIBS="$CORE_LIBS"
2929
#
3030
# OpenSSL 1.1.1 with SSL_CTX_set_early_cb
3131
#
32-
ngx_feature="SSL_CTX_set_early_cb()"
33-
ngx_feature_name="NGX_HAVE_OPENSSL_SSL_EARLY_CB"
32+
ngx_feature="SSL_CTX_set_client_hello_cb()"
33+
ngx_feature_name="NGX_HAVE_OPENSSL_SSL_CLIENT_HELLO_CB"
3434
ngx_feature_run=no
3535
ngx_feature_incs="#include <openssl/ssl.h>"
3636
ngx_feature_path=
3737
ngx_feature_libs="-lssl $NGX_LD_OPT"
38-
ngx_feature_test="SSL_CTX_set_early_cb(0, 0, 0);"
38+
ngx_feature_test="SSL_CTX_set_client_hello_cb(0, 0, 0);"
3939
. auto/feature
4040

4141
if [ $ngx_found = no ]; then

0 commit comments

Comments
 (0)