]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curlinfo: provide the 'digest' feature
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Jun 2025 22:09:37 +0000 (00:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Jul 2025 07:53:15 +0000 (09:53 +0200)
... 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

docs/tests/FILEFORMAT.md
src/curlinfo.c

index 1c9cf06ee1c036c16744f67c559e614a4ea41484..e6da32a5cfcbf8ecf9d6d75c5f4f7c55c215f162 100644 (file)
@@ -456,6 +456,7 @@ Features testable here are:
 - `cookies`
 - `crypto`
 - `Debug`
+- `digest`
 - `DoH`
 - `getrlimit`
 - `GnuTLS`
index 0274b0a2d51ecb7c9e1dcd71aab2c721de9a7d80..054dcd251bc21f2aab0be1f27272fc0ea27a9fb6 100644 (file)
@@ -70,7 +70,7 @@ static const char *disabled[]={
   "ON"
 #endif
   ,
-  "digest-auth: "
+  "digest: "
 #ifdef CURL_DISABLE_DIGEST_AUTH
   "OFF"
 #else