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

boringssl conflict #2198

Open
J-JasonZz opened this issue Mar 5, 2024 · 1 comment
Open

boringssl conflict #2198

J-JasonZz opened this issue Mar 5, 2024 · 1 comment

Comments

@J-JasonZz
Copy link

Hi everyone!
I'm currently trying to use the rust-openssl on iOS, and my project originally depended on boringSSL. It will cause a crash. I guess it may be caused by the conflict between openSSL and boringSSL.
I want to know if there is any way to get rust-openssl link to the existing boringSSL in my project?

Here are the dependencies
openssl = { version = "0.10.61", features = ["vendored"], optional = true }

@sfackler
Copy link
Owner

sfackler commented Mar 5, 2024

You'd minimally need to stop using the vendored feature. There is limited boringssl support with some significant caveats.

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