aboutsummaryrefslogtreecommitdiff
path: root/lib/http_digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_digest.h')
-rw-r--r--lib/http_digest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_digest.h b/lib/http_digest.h
index c7a41f1b4..b4fca06c9 100644
--- a/lib/http_digest.h
+++ b/lib/http_digest.h
@@ -27,6 +27,7 @@ typedef enum {
CURLDIGEST_NONE, /* not a digest */
CURLDIGEST_BAD, /* a digest, but one we don't like */
CURLDIGEST_BADALGO, /* unsupported algorithm requested */
+ CURLDIGEST_NOMEM,
CURLDIGEST_FINE, /* a digest we act on */
CURLDIGEST_LAST /* last entry in this enum, don't use */