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

@ -33,7 +33,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
imap-search imap-create imap-delete imap-copy imap-noop imap-ssl \
imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \
http2-upload http2-serverpush getredirect ftpuploadfrommem \
ftpuploadresume
ftpuploadresume sslbackend
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.