From e8c3c92d5839bbfa8b5ee7def1a7f60dae638d65 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sat, 8 Apr 2017 14:44:18 +0200 Subject: INSTALL.md: fix secure transport configure arguments --without-ssl is needed instead of --with-winssl. --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ff56600a5..529a907df 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 -- cgit v1.2.3