summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2020-11-20 17:12:24 -0500
committerJay Satiro <raysatiro@yahoo.com>2020-11-20 17:12:24 -0500
commit381cc4d39730be5a48166e41462c75db60e0281c (patch)
treef67ebd6ead441a15467582019fe0291d5c459310
parentbc9f8a2fcde2d486bf48e0df2a2d80770fd54be7 (diff)
downloadcurl-bagder/winbuild-refer-readme.tar.gz
squashme: clarify ENABLE_SCHANNEL default variesbagder/winbuild-refer-readme
Fixes #6216
-rw-r--r--winbuild/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/winbuild/README.md b/winbuild/README.md
index c1e62061e..2475c9885 100644
--- a/winbuild/README.md
+++ b/winbuild/README.md
@@ -89,7 +89,8 @@ where `<options>` is one or many of:
- `ENABLE_IPV6=<yes/no>` - Enable IPv6, defaults to yes
- `ENABLE_IDN=<yes or no>` - Enable use of Windows IDN APIs, defaults to yes
Requires Windows Vista or later
- - `ENABLE_SCHANNEL=<yes/no>` - Enable native Windows SSL support, defaults to yes
+ - `ENABLE_SCHANNEL=<yes/no>` - Enable native Windows SSL support, defaults
+ to yes if SSPI and no other SSL library
- `ENABLE_OPENSSL_AUTO_LOAD_CONFIG=<yes/no>`
- Enable loading OpenSSL configuration
automatically, defaults to yes