diff options
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r-- | src/microhttpd/digestauth.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c index e9a7e35f..b7a32bf0 100644 --- a/src/microhttpd/digestauth.c +++ b/src/microhttpd/digestauth.c | |||
@@ -33,19 +33,13 @@ | |||
33 | #include "response.h" | 33 | #include "response.h" |
34 | #include "md5.h" | 34 | #include "md5.h" |
35 | #include "sha256.h" | 35 | #include "sha256.h" |
36 | #include "mhd_locks.h" | ||
36 | #include "mhd_mono_clock.h" | 37 | #include "mhd_mono_clock.h" |
37 | #include "mhd_str.h" | 38 | #include "mhd_str.h" |
38 | #include "mhd_compat.h" | 39 | #include "mhd_compat.h" |
39 | #include "mhd_bithelpers.h" | 40 | #include "mhd_bithelpers.h" |
40 | #include "mhd_assert.h" | 41 | #include "mhd_assert.h" |
41 | 42 | ||
42 | #if defined(MHD_W32_MUTEX_) | ||
43 | #ifndef WIN32_LEAN_AND_MEAN | ||
44 | #define WIN32_LEAN_AND_MEAN 1 | ||
45 | #endif /* !WIN32_LEAN_AND_MEAN */ | ||
46 | #include <windows.h> | ||
47 | #endif /* MHD_W32_MUTEX_ */ | ||
48 | |||
49 | 43 | ||
50 | /** | 44 | /** |
51 | * Allow re-use of the nonce-nc map array slot after #REUSE_TIMEOUT seconds, | 45 | * Allow re-use of the nonce-nc map array slot after #REUSE_TIMEOUT seconds, |