mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
INSTALL.md: fix secure transport configure arguments
--without-ssl is needed instead of --with-winssl.
This commit is contained in:
parent
45c78ad5b4
commit
e8c3c92d58
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ libressl.
|
|||
- mbedTLS: `--without-ssl --with-mbedtls`
|
||||
- axTLS: `--without-ssl --with-axtls`
|
||||
- schannel: `--without-ssl --with-winssl`
|
||||
- secure transport: `--with-winssl --with-darwinssl`
|
||||
- secure transport: `--without-ssl --with-darwinssl`
|
||||
|
||||
# Windows
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue