mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:43:32 +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
|
|
@ -28,6 +28,7 @@
|
|||
#include "rawstr.h"
|
||||
#include "curl_base64.h"
|
||||
#include "curl_md5.h"
|
||||
#include "curl_sasl.h"
|
||||
#include "http_digest.h"
|
||||
#include "strtok.h"
|
||||
#include "curl_memory.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue