http_digest: Moved algorithm definitions to SASL module

This commit is contained in:
Steve Holme 2014-11-05 13:35:27 +00:00
parent 3cfe3bc001
commit d7bfce3951
3 changed files with 6 additions and 5 deletions

View file

@ -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);