gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/20: digestauth: use internal header for mutex instead


From: gnunet
Subject: [libmicrohttpd] 01/20: digestauth: use internal header for mutex instead of system header
Date: Mon, 15 Aug 2022 20:38:27 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 5338e4cb36845ead6d61dcd47bc08948857b70c5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Aug 11 14:02:03 2022 +0300

    digestauth: use internal header for mutex instead of system header
---
 src/microhttpd/digestauth.c | 8 +-------
 1 file changed, 1 insertion(+), 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 @@
 #include "response.h"
 #include "md5.h"
 #include "sha256.h"
+#include "mhd_locks.h"
 #include "mhd_mono_clock.h"
 #include "mhd_str.h"
 #include "mhd_compat.h"
 #include "mhd_bithelpers.h"
 #include "mhd_assert.h"
 
-#if defined(MHD_W32_MUTEX_)
-#ifndef WIN32_LEAN_AND_MEAN
-#define WIN32_LEAN_AND_MEAN 1
-#endif /* !WIN32_LEAN_AND_MEAN */
-#include <windows.h>
-#endif /* MHD_W32_MUTEX_ */
-
 
 /**
  * Allow re-use of the nonce-nc map array slot after #REUSE_TIMEOUT seconds,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]