diff options
author | Christian Schmitz <zivi@mac.com> | 2018-04-15 10:35:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-04-23 14:18:55 +0200 |
commit | d0394de152ec85fac2e4bb05f97035af3a8d7918 (patch) | |
tree | 70578a18fe6da366824d18542c2fc5b3c8aad062 /docs/libcurl | |
parent | 0a3589ccd0dbf5f3a826b669517ccc12893fa153 (diff) |
curl_global_sslset: always provide available backends
Closes #2499
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_global_sslset.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/curl_global_sslset.3 b/docs/libcurl/curl_global_sslset.3 index efac0f91f..48686ab9e 100644 --- a/docs/libcurl/curl_global_sslset.3 +++ b/docs/libcurl/curl_global_sslset.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -64,6 +64,9 @@ CURLSSLSET_UNKNOWN_BACKEND and set the \fIavail\fP pointer to the NULL-terminated list of available backends. The available backends are those that this particular build of libcurl supports. +Since libcurl 7.60.0, the \fIavail\fP pointer will always be set to the list +of alternatives if non-NULL. + Upon success, the function returns CURLSSLSET_OK. If the specified SSL backend is not available, the function returns |