aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 509652e8..7226becf 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -30,12 +30,12 @@
30#include "mhd_str.h" 30#include "mhd_str.h"
31#include "mhd_compat.h" 31#include "mhd_compat.h"
32 32
33#if defined(_WIN32) && defined(MHD_W32_MUTEX_) 33#if defined(MHD_W32_MUTEX_)
34#ifndef WIN32_LEAN_AND_MEAN 34#ifndef WIN32_LEAN_AND_MEAN
35#define WIN32_LEAN_AND_MEAN 1 35#define WIN32_LEAN_AND_MEAN 1
36#endif /* !WIN32_LEAN_AND_MEAN */ 36#endif /* !WIN32_LEAN_AND_MEAN */
37#include <windows.h> 37#include <windows.h>
38#endif /* _WIN32 && MHD_W32_MUTEX_ */ 38#endif /* MHD_W32_MUTEX_ */
39 39
40#define HASH_MD5_HEX_LEN (2 * MD5_DIGEST_SIZE) 40#define HASH_MD5_HEX_LEN (2 * MD5_DIGEST_SIZE)
41/* 32 bit value is 4 bytes */ 41/* 32 bit value is 4 bytes */