From: Marcel Raad Date: Sat, 8 Apr 2017 12:44:18 +0000 (+0200) Subject: INSTALL.md: fix secure transport configure arguments X-Git-Tag: curl-7_54_0~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8c3c92d5839bbfa8b5ee7def1a7f60dae638d65;p=thirdparty%2Fcurl.git INSTALL.md: fix secure transport configure arguments --without-ssl is needed instead of --with-winssl. --- diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ff56600a5e..529a907dfd 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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