diff options
author | Marcel Raad <raad@teamviewer.com> | 2017-04-08 14:44:18 +0200 |
---|---|---|
committer | Marcel Raad <raad@teamviewer.com> | 2017-04-08 14:44:18 +0200 |
commit | e8c3c92d5839bbfa8b5ee7def1a7f60dae638d65 (patch) | |
tree | bc336b14f74accf101aa4bf03d5e3bb699be6979 /docs | |
parent | 45c78ad5b4883f0ce5978b36fb6a23fbd1f5e12b (diff) |
INSTALL.md: fix secure transport configure arguments
--without-ssl is needed instead of --with-winssl.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |