curlinfo: provide the 'digest' feature

... since the tests check for the feature using this name, we
accidentally had lots tests not run because this provided the
`digest-auth` feature that was not checked for.

Closes #17786
This commit is contained in:
Daniel Stenberg 2025-07-01 00:09:37 +02:00
parent 73840836a5
commit b2ca61a0ac
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 1 deletions

View file

@ -456,6 +456,7 @@ Features testable here are:
- `cookies`
- `crypto`
- `Debug`
- `digest`
- `DoH`
- `getrlimit`
- `GnuTLS`

View file

@ -70,7 +70,7 @@ static const char *disabled[]={
"ON"
#endif
,
"digest-auth: "
"digest: "
#ifdef CURL_DISABLE_DIGEST_AUTH
"OFF"
#else