]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
OpenSSL is now optional.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 17 Dec 2019 08:35:59 +0000 (19:35 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 17 Dec 2019 22:14:45 +0000 (09:14 +1100)
README.md

index 4a393295d857a1c0f88a9b77ce9384c75d58fef0..41a97baf62100475b96919cb4a5764cd8bada2f8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Stable release tarballs are available from a number of [download mirrors](https:
 
 ### Dependencies
 
-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.
+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.
 
 ### Building a release