[openssh-commits] [openssh] 02/04: Document --without-openssl and --without-zlib.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Aug 7 16:49:08 AEST 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit c2ec7a07f8caabb4d8e00c66e7cd46bf2cd1e922
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Aug 7 14:21:15 2020 +1000
Document --without-openssl and --without-zlib.
---
INSTALL | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/INSTALL b/INSTALL
index 789be482..39d3f818 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
-1. Prerequisites
----------------
A C compiler. Any C89 or better compiler should work. Where supported,
@@ -221,6 +220,11 @@ libraries are installed.
--with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support
+--without-openssl builds without using OpenSSL. Only a subset of ciphers
+and algorithms are supported in this configuration.
+
+--without-zlib builds without zlib. This disables the Compression option.
+
--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list