mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:57:25 +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
|
|
@ -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