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

remove protocol crate dependencies on boringssl #124

Merged
merged 5 commits into from
Apr 9, 2024

Conversation

brayniac
Copy link
Collaborator

@brayniac brayniac commented Apr 8, 2024

The protocol crates transitively depend on boringssl through the default features in the config/common crates.

This PR removes the transitive dependencies where possible by making boringssl an optional but default feature where it is required.

The protocol crates transitively depend on boringssl through the
default features in the config/common crates.

This PR removes the transitive dependencies where possible by
making boringssl an optional but default feature where it is
required.
src/common/Cargo.toml Outdated Show resolved Hide resolved
src/config/Cargo.toml Outdated Show resolved Hide resolved
@brayniac brayniac merged commit da4a141 into pelikan-io:main Apr 9, 2024
21 checks passed
@brayniac brayniac deleted the protocol-tls branch April 9, 2024 16:17
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.

2 participants