From 517fc81d4053537188232fdef7329e9f2a95d28e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 5 Apr 2020 09:52:20 -0400 Subject: [PATCH] Update openssl/src/lib.rs --- openssl/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs index fd79379f..b4e647c0 100644 --- a/openssl/src/lib.rs +++ b/openssl/src/lib.rs @@ -53,8 +53,7 @@ //! * `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. +//! * `OPENSSL_NO_VENDOR` - If set, always find OpenSSL in the system, even if the `vendored` feature is enabled. //! //! 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.