mirror of
https://github.com/curl/curl.git
synced 2026-07-22 14:37:18 +03:00
CURLDIGEST_BADALGO is a new return code from the digest code
This commit is contained in:
parent
8230d9bff8
commit
931c847e2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue