From 0fb41255549880cc7557615354ba9a80752544fd Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 15 Jul 2017 22:43:31 +0200 Subject: Add a man page for curl_global_sslset() Signed-off-by: Johannes Schindelin --- docs/libcurl/libcurl.3 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/libcurl/libcurl.3') diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3 index 6618734b4..e8ecc31da 100644 --- a/docs/libcurl/libcurl.3 +++ b/docs/libcurl/libcurl.3 @@ -38,6 +38,10 @@ while using libcurl. This essentially means you call \fIcurl_global_cleanup(3)\fP at the end. See \fBGLOBAL CONSTANTS\fP below for details. +If libcurl was compiled with support for multiple SSL backends, the function +\fIcurl_global_sslset(3)\fP can be called before \fIcurl_global_init(3)\fP +to select the active SSL backend. + To transfer files, you create an "easy handle" using \fIcurl_easy_init(3)\fP for a single individual transfer (in either direction). You then set your desired set of options in that handle with \fIcurl_easy_setopt(3)\fP. Options -- cgit v1.2.3