CURLDIGEST_BADALGO is a new return code from the digest code
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 09:20:27 +0000 (09:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 09:20:27 +0000 (09:20 +0000)
lib/http_digest.h

index f56024b..a8b33ad 100644 (file)
@@ -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 */