libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 87ca3176868ee8f3ee2a4632a656087bb9bc0d8b
parent 92f142bffd8e7ba3981750ebf6d99cdcf8d4b6ff
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Tue, 25 Aug 2026 19:05:42 +0200

mhd_rng.c: removed unused includes

Diffstat:
Msrc/mhd2/mhd_rng.c | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/mhd2/mhd_rng.c b/src/mhd2/mhd_rng.c @@ -78,16 +78,6 @@ # include <unistd.h> #endif -#ifdef MHD_SUPPORT_SHA512_256 -# include "mhd_sha512_256.h" -#endif /* MHD_SUPPORT_SHA512_256 */ -#ifdef MHD_SUPPORT_SHA256 -# include "mhd_sha256.h" -#endif -#ifdef MHD_SUPPORT_MD5 -# include "mhd_md5.h" -#endif - #include "mhd_mono_clock.h" #include "mhd_atomic_counter.h"