summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-02-20 20:17:35 +1100
committerDarren Tucker <dtucker@zip.com.au>2006-02-20 20:17:35 +1100
commitfabdb6c29022846ed10fde235db0a7c53f21a6b1 (patch)
treef73d0bfe7c01f7071b89103c80981090ae77c2cd /INSTALL
parent4881c371cef5e3c1065d7dfa314fffc3a5ab0256 (diff)
- (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}]
Add optional enabling of OpenSSL's (hardware) Engine support, via configure --with-ssl-engine. Based in part on a diff by michal at logix.cz.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 753d2d061..38f39473f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -165,6 +165,8 @@ created.
165--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries 165--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries
166are installed. 166are installed.
167 167
168--with-ssl-engine enables OpenSSL's (hardware) ENGINE support
169
168--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to 170--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
169real (AF_INET) IPv4 addresses. Works around some quirks on Linux. 171real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
170 172
@@ -225,4 +227,4 @@ Please refer to the "reporting bugs" section of the webpage at
225http://www.openssh.com/ 227http://www.openssh.com/
226 228
227 229
228$Id: INSTALL,v 1.70 2005/04/24 07:52:23 dtucker Exp $ 230$Id: INSTALL,v 1.71 2006/02/20 09:17:36 dtucker Exp $