1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

CURLDIGEST_BADALGO is a new return code from the digest code

This commit is contained in:
Daniel Stenberg 2004-03-31 09:20:27 +00:00
parent 8230d9bff8
commit 931c847e2b

View 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 */