diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2014-01-04 14:33:27 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2014-01-04 14:33:27 +0100 |
commit | c216179af4c6d9bd69e7f83aa3975ab1a6ed44df (patch) | |
tree | 454f3d44771f3cf3ec972aa15086fa31e434c964 /docs/FAQ | |
parent | 4c51f2b57867db8ec6965c1f62407922b5ac00ae (diff) | |
download | curl-c216179af4c6d9bd69e7f83aa3975ab1a6ed44df.tar.gz |
docs: primarily refer to schannel as WinSSL
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -422,7 +422,7 @@ FAQ curl can be built to use one of the following SSL alternatives: OpenSSL, GnuTLS, yassl, NSS, PolarSSL, axTLS, Secure Transport (native iOS/OS X), - schannel (native Windows) or qssl (native IBM i). They all have their pros + WinSSL (native Windows) or qssl (native IBM i). They all have their pros and cons, and we try to maintain a comparison of them here: http://curl.haxx.se/docs/ssl-compared.html |