From f871de0064ee4bd3aee07c5b018f7a6438ec8910 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 28 Dec 2012 12:40:20 +0100 Subject: build: make use of 76 lib/*.h renamed files 76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. --- lib/md5.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/md5.c') diff --git a/lib/md5.c b/lib/md5.c index ae5812b95..74f53f61b 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -20,13 +20,13 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" #ifndef CURL_DISABLE_CRYPTO_AUTH #include "curl_md5.h" #include "curl_hmac.h" -#include "warnless.h" +#include "curl_warnless.h" #include "curl_memory.h" @@ -34,7 +34,7 @@ #include /* The last #include file should be: */ -#include "memdebug.h" +#include "curl_memdebug.h" typedef struct md5_ctx MD5_CTX; @@ -59,7 +59,7 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX * ctx) #include /* The last #include file should be: */ -#include "memdebug.h" +#include "curl_memdebug.h" typedef gcry_md_hd_t MD5_CTX; @@ -443,7 +443,7 @@ static void Decode (UINT4 *output, #endif /* CRYPTO LIBS */ /* The last #include file should be: */ -#include "memdebug.h" +#include "curl_memdebug.h" const HMAC_params Curl_HMAC_MD5[] = { { -- cgit v1.2.3