From 931c847e2b71da1cf74d6122c6b5f3497fcab68c Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 31 Mar 2004 09:20:27 +0000
Subject: [PATCH] CURLDIGEST_BADALGO is a new return code from the digest code

---
 lib/http_digest.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/http_digest.h b/lib/http_digest.h
index f56024b33e..a8b33add83 100644
--- a/lib/http_digest.h
+++ b/lib/http_digest.h
@@ -26,6 +26,7 @@
 typedef enum {
   CURLDIGEST_NONE, /* not a digest */
   CURLDIGEST_BAD,  /* a digest, but one we don't like */
+  CURLDIGEST_BADALGO, /* unsupported algorithm requested */
   CURLDIGEST_FINE, /* a digest we act on */
 
   CURLDIGEST_LAST  /* last entry in this enum, don't use */
-- 
GitLab