From: Daniel Stenberg Date: Wed, 31 Mar 2004 09:20:27 +0000 (+0000) Subject: CURLDIGEST_BADALGO is a new return code from the digest code X-Git-Tag: curl-7_11_2~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=931c847e2b71da1cf74d6122c6b5f3497fcab68c;p=thirdparty%2Fcurl.git CURLDIGEST_BADALGO is a new return code from the digest code --- 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 */