aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
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/examples/Makefile.inc
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/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index 9b47a952f..31c87a794 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -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.