|
60 | 60 | //! override the automatic detection logic.
|
61 | 61 | //!
|
62 | 62 | //! * `OPENSSL_DIR` - If specified, the directory of an OpenSSL installation. The directory should contain `lib` and
|
63 |
| -//! `include` subdirectories containing the libraries and headers respectively. |
| 63 | +//! `include` subdirectories containing the libraries and headers respectively. |
64 | 64 | //! * `OPENSSL_LIB_DIR` and `OPENSSL_INCLUDE_DIR` - If specified, the directories containing the OpenSSL libraries and
|
65 |
| -//! headers respectively. This can be used if the OpenSSL installation is split in a nonstandard directory layout. |
| 65 | +//! headers respectively. This can be used if the OpenSSL installation is split in a nonstandard directory layout. |
66 | 66 | //! * `OPENSSL_STATIC` - If set, the crate will statically link to OpenSSL rather than dynamically link.
|
67 | 67 | //! * `OPENSSL_LIBS` - If set, a `:`-separated list of library names to link to (e.g. `ssl:crypto`). This can be used
|
68 |
| -//! if nonstandard library names were used for whatever reason. |
| 68 | +//! if nonstandard library names were used for whatever reason. |
69 | 69 | //! * `OPENSSL_NO_VENDOR` - If set, always find OpenSSL in the system, even if the `vendored` feature is enabled.
|
70 | 70 | //!
|
71 | 71 | //! If the `vendored` Cargo feature is enabled, the following environment variable can also be used to further configure
|
72 | 72 | //! the OpenSSL build.
|
73 | 73 | //!
|
74 | 74 | //! * `OPENSSL_CONFIG_DIR` - If set, the copy of OpenSSL built by the `openssl-src` crate will be configured to look for
|
75 |
| -//! configuration files and root certificates in this directory. |
| 75 | +//! configuration files and root certificates in this directory. |
76 | 76 | //!
|
77 | 77 | //! Additionally, these variables can be prefixed with the upper-cased target architecture (e.g.
|
78 | 78 | //! `X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR`), which can be useful when cross compiling.
|
|
0 commit comments