aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-07-15 22:30:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-28 14:56:59 +0200
commita34e141c0964697ced819b37b95a12d074f27209 (patch)
tree09eee1b76170ed2f26ff1b60e4b378f7f6f4ecbe /docs/INSTALL.md
parent0fb41255549880cc7557615354ba9a80752544fd (diff)
docs/examples: demonstrate how to select SSL backends
The newly-introduced curl_global_sslset() function deserves to be show-cased. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 6c2c8ce64..67a9378ff 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -222,6 +222,9 @@ subdirectory run following command from mentioned subdirectory:
In order to build sample program simplessl.c an SSL enabled libcurl is
required, as well as the OpenSSL libeay32.lib and ssleay32.lib libraries.
+In order to build sample program `sslbackend.c`, an SSL enabled libcurl
+is required.
+
## Disabling Specific Protocols in Windows builds
The configure utility, unfortunately, is not available for the Windows