summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-28 09:12:31 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-28 09:13:09 +0100
commitb4755887b9629552f0adf076ef35126b9dcf24ef (patch)
tree8d89c36571c2ff145d4ac515bf78ee3edcb3fe81
parent1640bb6fc2dd69280119d728cb781ad740184b2c (diff)
downloadcurl-b4755887b9629552f0adf076ef35126b9dcf24ef.tar.gz
INSTALL: refer to the current TLS library names and configure options
-rw-r--r--docs/INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index d4b01f215..f2f93227a 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -101,12 +101,12 @@ The default OpenSSL configure check will also detect and use BoringSSL or
libressl.
- GnuTLS: `--without-ssl --with-gnutls`.
- - Cyassl: `--without-ssl --with-cyassl`
+ - wolfSSL: `--without-ssl --with-wolfssl`
- NSS: `--without-ssl --with-nss`
- PolarSSL: `--without-ssl --with-polarssl`
- mbedTLS: `--without-ssl --with-mbedtls`
- - schannel: `--without-ssl --with-winssl`
- - secure transport: `--without-ssl --with-darwinssl`
+ - schannel: `--without-ssl --with-schannel`
+ - secure transport: `--without-ssl --with-secure-transport`
- MesaLink: `--without-ssl --with-mesalink`
# Windows