aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vauth/digest.h')
-rw-r--r--lib/vauth/digest.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/vauth/digest.h b/lib/vauth/digest.h
index 5722dcece..8686c44a4 100644
--- a/lib/vauth/digest.h
+++ b/lib/vauth/digest.h
@@ -31,7 +31,11 @@
enum {
CURLDIGESTALGO_MD5,
- CURLDIGESTALGO_MD5SESS
+ CURLDIGESTALGO_MD5SESS,
+ CURLDIGESTALGO_SHA256,
+ CURLDIGESTALGO_SHA256SESS,
+ CURLDIGESTALGO_SHA512_256,
+ CURLDIGESTALGO_SHA512_256SESS
};
/* This is used to extract the realm from a challenge message */