diff options
author | dtucker <dtucker> | 2006-02-20 09:17:35 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2006-02-20 09:17:35 +0000 |
commit | e7f4ee35ba5c453e943de7892456bbf801a10586 (patch) | |
tree | 2d2e9c0748eb8d84800f3acf36359d72dd36c108 /INSTALL | |
parent | 9ba4ae2b3e0ec09f7eef955981cd8d381b3643dc (diff) | |
download | openssh-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-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 $ |