Skip to content

bugfix: undefined symbol SSL_client_hello_get0_ext when linking again… #2327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2024

Conversation

zhuizhuhaomeng
Copy link
Contributor

…st libressl.

I hereby granted the copyright of the changes in this pull request
to the authors of this lua-nginx-module project.

Copy link

@asyslinux asyslinux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need add additional #ifdef block in

ngx_http_lua_ffi_ssl_get_client_hello_ext(ngx_http_request_t *r,

#ifdef LIBRESSL_VERSION_NUMBER
    *err = "LibreSSL does not support by ssl_client_hello_by_lua*";
    return NGX_ERROR;
#else

....

#endif  /* LIBRESSL_VERSION_NUMBER */

@zhuizhuhaomeng
Copy link
Contributor Author

please try again

@asyslinux
Copy link

nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

@zhuizhuhaomeng zhuizhuhaomeng merged commit 39d165c into master Jul 7, 2024
2 of 3 checks passed
@zhuizhuhaomeng zhuizhuhaomeng deleted the libressl branch July 7, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants