alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

Version confusion #171

Closed ShootingKing-AM closed 1 year ago

ShootingKing-AM commented 1 year ago

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 commented 1 year ago

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

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 commented 1 year ago

Thanks for the clarification and PR @amousset : )