summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-02-11 08:54:23 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-02-11 16:16:45 +0100
commit1560cd1f9f5a2ecfe91d138a3189160c212855a4 (patch)
tree2d564015df79edc89d95ecc7e516af3c5306fd13 /src
parent8d9346f1a0d880c3d904f6e072675d6953870f3e (diff)
downloadcurl-1560cd1f9f5a2ecfe91d138a3189160c212855a4.tar.gz
curl: provide libgsasl version and feature info in -V output
Closes #6592
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 30a03d959..104ab98c2 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -875,6 +875,7 @@ static const struct feat feats[] = {
{"PSL", CURL_VERSION_PSL},
{"alt-svc", CURL_VERSION_ALTSVC},
{"HSTS", CURL_VERSION_HSTS},
+ {"gsasl", CURL_VERSION_GSASL},
};
static void print_category(curlhelp_t category)