diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-17 00:01:26 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-17 00:01:26 +0000 |
commit | bbe2386bff61acf0105806959b7f56a4a12db86e (patch) | |
tree | 3d927496ede926ce3acf0477413b1f452558a5d7 /lib/md5.c | |
parent | 2f47248e3c7e542d0590a8802a81916970f9a6d5 (diff) | |
download | curl-bbe2386bff61acf0105806959b7f56a4a12db86e.tar.gz |
libcurl internal md5.h header file renamed to curl_md5.h
Diffstat (limited to 'lib/md5.c')
-rw-r--r-- | lib/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ static void Decode (UINT4 *output, #include <string.h> #endif -#include "md5.h" +#include "curl_md5.h" void Curl_md5it(unsigned char *outbuffer, /* 16 bytes */ const unsigned char *input) |