mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:53:38 +03:00
http_digest: Moved algorithm definitions to SASL module
This commit is contained in:
parent
3cfe3bc001
commit
d7bfce3951
3 changed files with 6 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue