Add documentation for OPENSSL_NO_VENDOR

This commit is contained in:
Noah 2020-04-04 21:18:20 -05:00
parent 830658ec0b
commit d6772960a3
No known key found for this signature in database
GPG Key ID: E8C14146AE337195
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@
//! * `OPENSSL_STATIC` - If set, the crate will statically link to OpenSSL rather than dynamically link.
//! * `OPENSSL_LIBS` - If set, a `:`-separated list of library names to link to (e.g. `ssl:crypto`). This can be used
//! if nonstandard library names were used for whatever reason.
//! * `OPENSSL_NO_VENDOR` - If present, always find openssl in the system, even if the `vendored` feature is set by
//! the crate that's using this one.
//!
//! Additionally, these variables can be prefixed with the upper-cased target architecture (e.g.
//! `X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR`), which can be useful when cross compiling.