aboutsummaryrefslogtreecommitdiffstats
path: root/docs/curl-config.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r--docs/curl-config.18
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1
index 9285346..a9ac515 100644
--- a/docs/curl-config.1
+++ b/docs/curl-config.1
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2017, 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
@@ -20,7 +20,7 @@
.\" *
.\" **************************************************************************
.\"
-.TH curl-config 1 "February 03, 2016" "Curl 7.57.0" "curl-config manual"
+.TH curl-config 1 "November 30, 2017" "Curl 7.58.0" "curl-config manual"
.SH NAME
curl-config \- Get information about a libcurl installation
@@ -64,6 +64,10 @@ the time of writing, this list may include HTTP, HTTPS, FTP, FTPS, FILE,
TELNET, LDAP, DICT. Do not assume any particular order. The protocols will
be listed using uppercase and are separated by newlines. There may be none,
one, or several protocols in the list. (Added in 7.13.0)
+.IP "--ssl-backends"
+Lists the SSL backends that were enabled when libcurl was built. It might be
+no, one or several names. If more than one name, they will appear
+comma-separated. (Added in 7.58.0)
.IP "--static-libs"
Shows the complete set of libs and other linker options you will need in order
to link your application with libcurl statically. (Added in 7.17.1)