1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

INSTALL: refer to the current TLS library names and configure options

This commit is contained in:
Daniel Stenberg 2019-02-28 09:12:31 +01:00
parent 1640bb6fc2
commit b4755887b9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -101,12 +101,12 @@ The default OpenSSL configure check will also detect and use BoringSSL or
libressl. libressl.
- GnuTLS: `--without-ssl --with-gnutls`. - GnuTLS: `--without-ssl --with-gnutls`.
- Cyassl: `--without-ssl --with-cyassl` - wolfSSL: `--without-ssl --with-wolfssl`
- NSS: `--without-ssl --with-nss` - NSS: `--without-ssl --with-nss`
- PolarSSL: `--without-ssl --with-polarssl` - PolarSSL: `--without-ssl --with-polarssl`
- mbedTLS: `--without-ssl --with-mbedtls` - mbedTLS: `--without-ssl --with-mbedtls`
- schannel: `--without-ssl --with-winssl` - schannel: `--without-ssl --with-schannel`
- secure transport: `--without-ssl --with-darwinssl` - secure transport: `--without-ssl --with-secure-transport`
- MesaLink: `--without-ssl --with-mesalink` - MesaLink: `--without-ssl --with-mesalink`
# Windows # Windows