[rtems commit] mghttpd: Use MD5 library

Sebastian Huber sebh at rtems.org
Thu Jul 12 07:50:17 UTC 2012


Module:    rtems
Branch:    master
Commit:    ea008e2d0d78b49e0f793949ab4a665b69283372
Changeset: http://git.rtems.org/rtems/commit/?id=ea008e2d0d78b49e0f793949ab4a665b69283372

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jun 28 15:26:05 2012 +0200

mghttpd: Use MD5 library

---

 cpukit/mghttpd/mongoose.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c
index 1f636d6..7462e6e 100644
--- a/cpukit/mghttpd/mongoose.c
+++ b/cpukit/mghttpd/mongoose.c
@@ -22,6 +22,11 @@
   #include "config.h"
 #endif
 
+#if defined(__rtems__)
+#include <md5.h>
+#define HAVE_MD5
+#endif // __rtems__
+
 #if defined(_WIN32)
 #define _CRT_SECURE_NO_WARNINGS // Disable deprecation warning in VS2005
 #else




More information about the vc mailing list