diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-01-03 00:04:08 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-01-03 00:04:08 +0100 |
commit | 8f0171bdd498f5febfb9bc93c234c30287227e74 (patch) | |
tree | 54388118cf0d5b511d89edeb9a53d5226c8141f4 | |
parent | c087374c642b1a7cc1596ed5fb4b1e1c5d4ba243 (diff) |
INSTALL: unify the SSL library texts
Make them smaller and more similar for each separate SSL library
supported by the configure build
-rw-r--r-- | docs/INSTALL | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index bb620466c..a39f19c78 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -135,21 +135,18 @@ UNIX default. But if you want to alter it, you can select how to deal with each individual library. - To build with GnuTLS support instead of OpenSSL for SSL/TLS, note that - you need to use both --without-ssl and --with-gnutls. + To build with GnuTLS for SSL/TLS, use both --without-ssl and + --with-gnutls. - To build with yassl support instead of OpenSSL or GnuTLS, you must build - yassl with its OpenSSL emulation enabled and point to that directory root - with configure --with-ssl. + To build with Cyassl for SSL/TLS, use both --without-ssl and + --with-cyassl. - 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 NSS for SSL/TLS, 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 build with PolarSSL for SSL/TLS, use both --without-ssl and + --with-polarssl. - To build with axTLS support instead of OpenSSL for TLS, note that you - need to use both --without-ssl and --with-axtls. + To build with axTLS for SSL/TLS, use both --without-ssl and --with-axtls. To get GSSAPI support, build with --with-gssapi and have the MIT or Heimdal Kerberos 5 packages installed. |