diff options
| -rw-r--r-- | doc/build.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build.texinfo b/doc/build.texinfo index 2b23fcaad..990817cb0 100644 --- a/doc/build.texinfo +++ b/doc/build.texinfo @@ -630,6 +630,12 @@ If @samp{-ldb} is not the correct library specification for the Berkeley DB library version to be used, override it with this option. For example, @samp{DB_LIB=-ldb-3.3}. +@item --with-crypto-impl=IMPL + +Use specified crypto implementation in lieu of the default builtin. +Currently only one alternative crypto-system openssl is available and +it requires version 1.0.0 or higher of OpenSSL. + @end table For example, in order to configure Kerberos on a Solaris machine using |
