summaryrefslogtreecommitdiff
path: root/winbuild/BUILD.WINDOWS.txt
diff options
context:
space:
mode:
authorHenrik Gaßmann <henrik@gassmann.onl>2016-04-21 23:23:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-21 23:23:49 +0200
commit5d8093e7d561749b092c7cc4862d932b7e8e7061 (patch)
tree8cf8b101b15e9f6bb8d23d79daabd630bdb09eac /winbuild/BUILD.WINDOWS.txt
parent14c9b70caea8f3765bea9b546d8b833e07e72a2a (diff)
downloadcurl-5d8093e7d561749b092c7cc4862d932b7e8e7061.tar.gz
winbuild: add mbedtls support
Add WITH_MBEDTLS option. Make WITH_SSL, WITH_MBEDTLS and ENABLE_WINSSL options mutual exclusive. Closes #606
Diffstat (limited to 'winbuild/BUILD.WINDOWS.txt')
-rw-r--r--winbuild/BUILD.WINDOWS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt
index 0d60b9670..51674d772 100644
--- a/winbuild/BUILD.WINDOWS.txt
+++ b/winbuild/BUILD.WINDOWS.txt
@@ -64,6 +64,7 @@ where <options> is one or many of:
Libraries can be fetched at http://windows.php.net/downloads/php-sdk/deps/
Uncompress them into the deps folder.
WITH_SSL=<dll or static> - Enable OpenSSL support, DLL or static
+ WITH_MBEDTLS=<dll or static> - Enable mbedTLS support, DLL or static
WITH_CARES=<dll or static> - Enable c-ares support, DLL or static
WITH_ZLIB=<dll or static> - Enable zlib support, DLL or static
WITH_SSH2=<dll or static> - Enable libSSH2 support, DLL or static