summaryrefslogtreecommitdiff
path: root/docs/FAQ
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/FAQ
parent5e37689a1ac6d844f73f9b3bb49fc1e9d696c00a (diff)
downloadcurl-a0a70dc21d6b34a64864252e9104c9461468aab5.tar.gz
axTLS: mention it among the other SSL libs
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index bed125e50..9e739c613 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -446,10 +446,10 @@ FAQ
2.2 Does curl work/build with other SSL libraries?
- Curl has been written to use OpenSSL, GnuTLS, yassl, NSS or PolarSSL,
- although there should not be many problems using a different library. If
- anyone does "port" curl to use a different SSL library, we are of course
- very interested in getting the patch!
+ Curl has been written to use OpenSSL, GnuTLS, yassl, NSS, PolarSSL, axTLS or
+ qssl, although there should not be many problems using a different
+ library. If anyone does "port" curl to use a different SSL library, we are
+ of course very interested in getting the patch!
2.3 Where can I find a copy of LIBEAY32.DLL?