]> granicus.if.org Git - curl/commitdiff
INSTALL: refer to the current TLS library names and configure options
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Feb 2019 08:12:31 +0000 (09:12 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Feb 2019 08:13:09 +0000 (09:13 +0100)
docs/INSTALL.md

index d4b01f2159917d2bf71e4faa50c4f553fbbe8e93..f2f93227a8ec29e5d04e0470c24ee397498f08e2 100644 (file)
@@ -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