mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:43:38 +03:00
curl: provide libgsasl version and feature info in -V output
Closes #6592
This commit is contained in:
parent
8d9346f1a0
commit
1560cd1f9f
2 changed files with 14 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue