diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-07-26 16:38:29 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-07-26 16:38:29 -0700 |
commit | cef30e0924aff22d1c4c891ea46410794d63e2f7 (patch) | |
tree | 76b62e119df6af16f815d7db3a62e0012c0ac72f /docs/INSTALL | |
parent | a13128596c37603a1001e5f18b5706aa52600b3a (diff) |
Added PolarSSL to the docs
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 8bf455967..8ae68bb86 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -139,6 +139,9 @@ UNIX To build with NSS support instead of OpenSSL for SSL/TLS, note that you need to use both --without-ssl and --with-nss. + To build with PolarSSL support instead of OpenSSL for SSL/TLS, note that + you need to use both --without-ssl and --with-polarssl. + To get GSSAPI support, build with --with-gssapi and have the MIT or Heimdal Kerberos 5 packages installed. |