Skip to content
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

shrpx_client_handler.cc:527:28: error: use of undeclared identifier 'ssl_' #153

Closed
kjunichi opened this issue Feb 6, 2015 · 1 comment
Closed

Comments

@kjunichi
Copy link

kjunichi commented Feb 6, 2015

I got above error message.

openssl version is 1.0.2.
os is osx yosemite.

I change shrpx_client_handler.cc

SSL_get0_alpn_selected(ssl_, &next_proto, &next_proto_len);

to

SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len);

Compile error has gone.

Thank you.

@tatsuhiro-t
Copy link
Member

Thank you for noticing this. Fix committed via 90746cd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants