Reduces visibility of rust-openssl to only its direct dependents This CL restricts the visibility of rust-openssl, so that it is only available to the packages that currently depend on it. This is so that no new dependencies on rust-openssl can be introduced. This is part of an effort to remove all dependencies on rust-openssl, and migrate the existing ones to use bssl-crypto instead. Once a package's dependence on rust-openssl has been migrated, it will be removed from the list of packages to which rust-openssl must be visible. Test: build Change-Id: Ifc526f0bed5ffc54a7c59e9962f0204420e11366
OpenSSL bindings for the Rust programming language.
The current supported release of openssl is 0.10 and openssl-sys is 0.9.
New major versions will be published at most once per year. After a new release, the previous major version will be partially supported with bug fixes for 3 months, after which support will be dropped entirely.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed under the terms of both the Apache License, Version 2.0 and the MIT license without any additional terms or conditions.