diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-05 13:35:27 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-05 13:40:08 +0000 |
commit | d7bfce3951087eaa1d6a41f2e9f50a4b2180c5a2 (patch) | |
tree | 8c6d23496f41e4dc325d4a795344ffe7084b36a2 /lib/http_digest.c | |
parent | 3cfe3bc0010a8089c689b8c01a4abe39ba839191 (diff) | |
download | curl-d7bfce3951087eaa1d6a41f2e9f50a4b2180c5a2.tar.gz |
http_digest: Moved algorithm definitions to SASL module
Diffstat (limited to 'lib/http_digest.c')
-rw-r--r-- | lib/http_digest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c index 19de4d41e..1d42769c5 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -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" |