diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-12-17 19:35:59 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-12-18 09:14:45 +1100 |
commit | a19ef613e98141cc37c8acdeebe285b9dbe2531e (patch) | |
tree | 37f7ef53722290e18d85b042af5f6010dbbcbbfa /README.md | |
parent | 1a7217ac063e48cf0082895aeee81ed2b8a57191 (diff) |
OpenSSL is now optional.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Stable release tarballs are available from a number of [download mirrors](https: | |||
27 | 27 | ||
28 | ### Dependencies | 28 | ### Dependencies |
29 | 29 | ||
30 | Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, as well as [zlib](https://www.zlib.net/) and ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) to build. Certain platforms and build-time options may require additional dependencies. | 30 | Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, and [zlib](https://www.zlib.net/). ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) may also be used, but OpenSSH may be built without it supporting a subset of crytpo algorithms. Certain platforms and build-time options may require additional dependencies, see README.platform for details. |
31 | 31 | ||
32 | ### Building a release | 32 | ### Building a release |
33 | 33 | ||