Added PolarSSL to the docs

This commit is contained in:
Dan Fandrich 2010-07-26 16:38:29 -07:00
parent a13128596c
commit cef30e0924
3 changed files with 10 additions and 6 deletions

View file

@ -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.