aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-12-15 16:08:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-12-15 16:08:45 +0100
commita0a70dc21d6b34a64864252e9104c9461468aab5 (patch)
tree683c36bb2647b8267ca2b93b3397326053fe5eca /docs/INSTALL
parent5e37689a1ac6d844f73f9b3bb49fc1e9d696c00a (diff)
axTLS: mention it among the other SSL libs
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 9a5844fc2..1fd83dafd 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -142,6 +142,9 @@ UNIX
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 axTLS support instead of OpenSSL for TLS, note that you
+ need to 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.