summaryrefslogtreecommitdiff
path: root/lib/http_digest.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-17 00:01:26 +0000
committerYang Tse <yangsita@gmail.com>2008-08-17 00:01:26 +0000
commitbbe2386bff61acf0105806959b7f56a4a12db86e (patch)
tree3d927496ede926ce3acf0477413b1f452558a5d7 /lib/http_digest.c
parent2f47248e3c7e542d0590a8802a81916970f9a6d5 (diff)
downloadcurl-bbe2386bff61acf0105806959b7f56a4a12db86e.tar.gz
libcurl internal md5.h header file renamed to curl_md5.h
Diffstat (limited to 'lib/http_digest.c')
-rw-r--r--lib/http_digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c
index 14612c527..0132a84e3 100644
--- a/lib/http_digest.c
+++ b/lib/http_digest.c
@@ -34,7 +34,7 @@
#include "sendf.h"
#include "strequal.h"
#include "base64.h"
-#include "md5.h"
+#include "curl_md5.h"
#include "http_digest.h"
#include "strtok.h"
#include "url.h" /* for Curl_safefree() */