mirror of
https://github.com/nginx/nginx.git
synced 2026-02-03 20:29:27 -05:00
SSL: fixed build with BoringSSL, broken by 38a701d88.
Some checks failed
buildbot / buildbot (push) Has been cancelled
Some checks failed
buildbot / buildbot (push) Has been cancelled
This commit is contained in:
parent
38a701d88b
commit
9d04b6630a
1 changed files with 1 additions and 1 deletions
|
|
@ -1888,7 +1888,7 @@ ngx_ssl_set_client_hello_callback(ngx_ssl_t *ssl, ngx_ssl_client_hello_arg *cb)
|
|||
|
||||
#elif defined OPENSSL_IS_BORINGSSL
|
||||
|
||||
SSL_CTX_set_select_certificate_cb(ssl_ctx, ngx_ssl_select_certificate);
|
||||
SSL_CTX_set_select_certificate_cb(ssl->ctx, ngx_ssl_select_certificate);
|
||||
|
||||
if (SSL_CTX_set_ex_data(ssl->ctx, ngx_ssl_client_hello_arg_index, cb) == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue