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

Version confusion #171

Closed
ShootingKing-AM opened this issue Nov 4, 2022 · 2 comments · Fixed by #172
Closed

Version confusion #171

ShootingKing-AM opened this issue Nov 4, 2022 · 2 comments · Fixed by #172
Labels

Comments

@ShootingKing-AM
Copy link

ShootingKing-AM commented Nov 4, 2022

What are these versions ? 300 ? 111 and Cargo.toml has something, cagro update shows someother vesion, github actions generate something else, Crates-io has two version ? Oo ? Can someone clarify this ? (and maybe some readme? Thanks)

@amousset
Copy link
Collaborator

amousset commented Nov 4, 2022

This probably requires some explanations in the README indeed. There currently two maintained branches:

  • master which builds OpenSSL 3.0 (with 300. versions)
  • release/111 which builds OpenSSL 1.1.1 (with 111.* versions)

openssl-sys depends on the 111 versions, so when using a feature flag to statically link openssl from openssl or another crate depending on it, you will get a 111 version.

Does this clarify the situation or do you see other inconsistencies?

@ShootingKing-AM
Copy link
Author

Thanks for the clarification and PR @amousset : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants