Skip to content

Improve support for OPENSSL_NO_COMP and OPENSSL_NO_SRTP #2423

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 3 commits into from
Jun 18, 2025

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Jun 9, 2025

Improve support for OPENSSL_NO_COMP and OPENSSL_NO_SRTP.

This PR addresses two potential failures:

@alex
Copy link
Collaborator

alex commented Jun 9, 2025

the libressl test failures look relevant here, if you can take a look

@botovq
Copy link
Contributor

botovq commented Jun 10, 2025

LibreSSL never had the #error that is being worked around here. We've defined OPENSSL_NO_COMP since July 2014, but for some reason openssl-sys exposes the COMP_METHOD interna until libressl 3.5.0 (without actually using them).

I also don't know why LibreSSL 2.5.x from 2017 is still being dragged along.

@justsmth justsmth force-pushed the bindgen-feature-macros branch from 88d4220 to 67cc7ec Compare June 10, 2025 12:25
@justsmth justsmth force-pushed the bindgen-feature-macros branch from 67cc7ec to 0e91ccc Compare June 11, 2025 17:47
@justsmth
Copy link
Contributor Author

Is anything else needed for this PR?

Copy link
Collaborator

@alex alex left a comment

Choose a reason for hiding this comment

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

looks good, thanks for your contribution!

@alex alex merged commit f620b1e into sfackler:master Jun 18, 2025
85 checks passed
@justsmth justsmth deleted the bindgen-feature-macros branch June 18, 2025 21:24
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

Successfully merging this pull request may close these issues.

3 participants