1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

INSTALL.md: fix secure transport configure arguments

--without-ssl is needed instead of --with-winssl.
This commit is contained in:
Marcel Raad 2017-04-08 14:44:18 +02:00
parent 45c78ad5b4
commit e8c3c92d58
No known key found for this signature in database
GPG Key ID: B4668817AE6D6CD4

View File

@ -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