diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-07-15 22:30:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-28 14:56:59 +0200 |
commit | a34e141c0964697ced819b37b95a12d074f27209 (patch) | |
tree | 09eee1b76170ed2f26ff1b60e4b378f7f6f4ecbe /docs/INSTALL.md | |
parent | 0fb41255549880cc7557615354ba9a80752544fd (diff) | |
download | curl-a34e141c0964697ced819b37b95a12d074f27209.tar.gz |
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.md | 3 |
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 |