summaryrefslogtreecommitdiff
path: root/lib/http_digest.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-05 13:35:27 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-05 13:40:08 +0000
commitd7bfce3951087eaa1d6a41f2e9f50a4b2180c5a2 (patch)
tree8c6d23496f41e4dc325d4a795344ffe7084b36a2 /lib/http_digest.h
parent3cfe3bc0010a8089c689b8c01a4abe39ba839191 (diff)
downloadcurl-d7bfce3951087eaa1d6a41f2e9f50a4b2180c5a2.tar.gz
http_digest: Moved algorithm definitions to SASL module
Diffstat (limited to 'lib/http_digest.h')
-rw-r--r--lib/http_digest.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/http_digest.h b/lib/http_digest.h
index 42ed83c7b..d13d56374 100644
--- a/lib/http_digest.h
+++ b/lib/http_digest.h
@@ -23,11 +23,6 @@
***************************************************************************/
#include "curl_setup.h"
-enum {
- CURLDIGESTALGO_MD5,
- CURLDIGESTALGO_MD5SESS
-};
-
/* this is for digest header input */
CURLcode Curl_input_digest(struct connectdata *conn,
bool proxy, const char *header);