From ea008e2d0d78b49e0f793949ab4a665b69283372 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 28 Jun 2012 15:26:05 +0200 Subject: mghttpd: Use MD5 library --- cpukit/mghttpd/mongoose.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/mghttpd') diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c index 1f636d6a29..7462e6e7b8 100644 --- a/cpukit/mghttpd/mongoose.c +++ b/cpukit/mghttpd/mongoose.c @@ -22,6 +22,11 @@ #include "config.h" #endif +#if defined(__rtems__) +#include +#define HAVE_MD5 +#endif // __rtems__ + #if defined(_WIN32) #define _CRT_SECURE_NO_WARNINGS // Disable deprecation warning in VS2005 #else -- cgit v1.2.3