mirror of
https://github.com/curl/curl.git
synced 2026-05-04 19:19:56 +03:00
INSTALL: refer to the current TLS library names and configure options
This commit is contained in:
parent
1640bb6fc2
commit
b4755887b9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue