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>
This commit is contained in:
Johannes Schindelin 2017-07-15 22:30:42 +02:00 committed by Daniel Stenberg
parent 0fb4125554
commit a34e141c09
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 80 additions and 1 deletions

View file

@ -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