aboutsummaryrefslogtreecommitdiff
path: root/lib/http_digest.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-13 14:14:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-13 14:14:03 +0000
commit78aba6e4cd4283149c5092ced0a075e6807c9015 (patch)
tree779f46b54aedf2d45941fa39548c95c2902bd22a /lib/http_digest.h
parentccdcdb2a461839c9fd7f3306e24bd4a7a818a892 (diff)
return CURLDIGEST_NOMEM when a memory function fails to deliver
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 */