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

bearssl: fix build with disabled proxy support #5666

Closed
wants to merge 1 commit into from

Conversation

baruchsiach
Copy link
Contributor

Avoid reference to fields that do not exist when CURL_DISABLE_PROXY is
defined.

Avoid reference to fields that do not exist when CURL_DISABLE_PROXY is
defined.
@sterchelen
Copy link
Contributor

The build failed without this?

@baruchsiach
Copy link
Contributor Author

The build failed without this?

Of course. The code refers to non-existing struct fields. See for example:

http://autobuild.buildroot.net/results/4d3/4d37d9163bfece536974f15f16b2ebfc5fabc539/build-end.log

@bagder
Copy link
Member

bagder commented Jul 12, 2020

Thanks!

@bagder bagder closed this in 81bf271 Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants