summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2020-11-19 17:45:24 -0500
committerJay Satiro <raysatiro@yahoo.com>2020-11-19 17:45:24 -0500
commitbc9f8a2fcde2d486bf48e0df2a2d80770fd54be7 (patch)
tree9f23686e8bcfc7a51061c48bb8c4a7e4fab9689f
parent8b5dc1da8405858e27632e1b11534a5ef0065abd (diff)
downloadcurl-bc9f8a2fcde2d486bf48e0df2a2d80770fd54be7.tar.gz
squashme: add missing options to the readme
ENABLE_OPENSSL_AUTO_LOAD_CONFIG and ENABLE_UNICODE were missing
-rw-r--r--winbuild/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/winbuild/README.md b/winbuild/README.md
index 49b0b6ccf..c1e62061e 100644
--- a/winbuild/README.md
+++ b/winbuild/README.md
@@ -90,6 +90,10 @@ where `<options>` is one or many of:
- `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_OPENSSL_AUTO_LOAD_CONFIG=<yes/no>`
+ - Enable loading OpenSSL configuration
+ automatically, defaults to yes
+ - `ENABLE_UNICODE=<yes/no>` - Enable UNICODE support, defaults to no
- `GEN_PDB=<yes/no>` - Generate Program Database (debug symbols for release build)
- `DEBUG=<yes/no>` - Debug builds
- `MACHINE=<x86/x64>` - Target architecture (default is x86)