-
-
Notifications
You must be signed in to change notification settings - Fork 16
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 feature to vendor openssl #17
Labels
Comments
Can you explain why this is a hack? |
Am controlling how a transitive dep is built, and that makes it look like I depend directly on it. Would be better if there was a cargo feature (in crypto-hash) to choose. |
malept
changed the title
allow to build a vendored openssl
Add feature to vendor openssl
Jun 6, 2020
I'm happy to take a pull request for this. Please make sure that it gets documented in the README, too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To help build more portable executables, it would be nice to have an option to build against a vendored openssl version.
At the moment, I have to do the following myself, even though openssl is a transitive dependency:
The text was updated successfully, but these errors were encountered: