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

Add vendored feature for dependency crates so that statically linked OpenSSL can be used #119

Open
yuroitaki opened this issue Aug 22, 2023 · 1 comment

Comments

@yuroitaki
Copy link

Currently, it seems like when one uses features like tokio-native-tls, there is no option to use the vendored feature of its dependency crates, i.e. tokio-native-tls, native-tls, tungstenite, in order to use a statically linked copy of OpenSSL instead of dynamically link to the OS' OpenSSL (https://docs.rs/openssl/0.10.56/openssl/#vendored).

If the above assumption is true, can a feature similar to what's done in tokio-tungstenite be used to achieve this?

@sdroege
Copy link
Owner

sdroege commented Aug 22, 2023

Sure, do you want to provide a PR for that?

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