From d7bfce3951087eaa1d6a41f2e9f50a4b2180c5a2 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 5 Nov 2014 13:35:27 +0000 Subject: http_digest: Moved algorithm definitions to SASL module --- lib/http_digest.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/http_digest.h') 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); -- cgit v1.2.1