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

Work with stricter BoringSSL BIO_get_mem_data #524

Closed
wants to merge 1 commit into from

Conversation

dcreager
Copy link
Contributor

BoringSSL implements BIO_get_mem_data as a function, instead of a
macro, and expects the output pointer to be a char **. We have to add
an explicit cast to grab the pointer as a const char **.

BoringSSL implements `BIO_get_mem_data` as a function, instead of a
macro, and expects the output pointer to be a `char **`.  We have to add
an explicit cast to grab the pointer as a `const char **`.
@bagder bagder closed this in 3e0d64d Nov 10, 2015
@bagder
Copy link
Member

bagder commented Nov 10, 2015

Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants