curl: provide libgsasl version and feature info in -V output

Closes #6592
This commit is contained in:
Daniel Stenberg 2021-02-11 08:54:23 +01:00
parent 8d9346f1a0
commit 1560cd1f9f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 14 additions and 2 deletions

View file

@ -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)