summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authordtucker <dtucker>2006-02-20 09:17:35 +0000
committerdtucker <dtucker>2006-02-20 09:17:35 +0000
commite7f4ee35ba5c453e943de7892456bbf801a10586 (patch)
tree2d2e9c0748eb8d84800f3acf36359d72dd36c108 /INSTALL
parent9ba4ae2b3e0ec09f7eef955981cd8d381b3643dc (diff)
downloadopenssh-e7f4ee35ba5c453e943de7892456bbf801a10586.tar.gz
- (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 753d2d06..38f39473 100644
--- a/INSTALL
+++ b/INSTALL
@@ -165,6 +165,8 @@ created.
--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries
are installed.
+--with-ssl-engine enables OpenSSL's (hardware) ENGINE support
+
--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
@@ -225,4 +227,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.70 2005/04/24 07:52:23 dtucker Exp $
+$Id: INSTALL,v 1.71 2006/02/20 09:17:36 dtucker Exp $