aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
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/Makefile.inc
parent2f47248e3c7e542d0590a8802a81916970f9a6d5 (diff)
libcurl internal md5.h header file renamed to curl_md5.h
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index 875e56754..414e1d342 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -15,8 +15,8 @@ HHEADERS = arpa_telnet.h netrc.h file.h timeval.h base64.h hostip.h \
progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h \
getinfo.h strequal.h krb4.h memdebug.h inet_ntoa_r.h http_chunks.h \
- strtok.h connect.h llist.h hash.h content_encoding.h share.h md5.h \
- http_digest.h http_negotiate.h http_ntlm.h inet_pton.h \
+ strtok.h connect.h llist.h hash.h content_encoding.h share.h \
+ curl_md5.h http_digest.h http_negotiate.h http_ntlm.h inet_pton.h \
strtoofft.h strerror.h inet_ntop.h curlx.h memory.h setup.h \
transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h \
tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h \