From b4755887b9629552f0adf076ef35126b9dcf24ef Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Feb 2019 09:12:31 +0100 Subject: INSTALL: refer to the current TLS library names and configure options --- docs/INSTALL.md | 6 +++--- 1 file 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 -- cgit v1.2.3