mirror of
https://github.com/curl/curl.git
synced 2026-04-29 08:32:13 +03:00
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:
parent
73840836a5
commit
b2ca61a0ac
2 changed files with 2 additions and 1 deletions
|
|
@ -456,6 +456,7 @@ Features testable here are:
|
|||
- `cookies`
|
||||
- `crypto`
|
||||
- `Debug`
|
||||
- `digest`
|
||||
- `DoH`
|
||||
- `getrlimit`
|
||||
- `GnuTLS`
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ static const char *disabled[]={
|
|||
"ON"
|
||||
#endif
|
||||
,
|
||||
"digest-auth: "
|
||||
"digest: "
|
||||
#ifdef CURL_DISABLE_DIGEST_AUTH
|
||||
"OFF"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue