[PATCH 08/13] mghttpd: Use MD5 library.

Christian Mauderer christian.mauderer at embedded-brains.de
Thu Apr 21 08:49:48 UTC 2016


From: Christian Mauderer <Christian.Mauderer at embedded-brains.de>

This applies the changes from ea008e2d0d78b49e0f793949ab4a665b69283372.
---
 cpukit/mghttpd/civetweb.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/cpukit/mghttpd/civetweb.c b/cpukit/mghttpd/civetweb.c
index 1fb9ead..47e1dfe 100644
--- a/cpukit/mghttpd/civetweb.c
+++ b/cpukit/mghttpd/civetweb.c
@@ -24,6 +24,11 @@
 	#include "config.h"
 #endif
 
+#if defined(__rtems__)
+#include <md5.h>
+#define HAVE_MD5
+#endif // __rtems__
+
 #if defined(_WIN32)
 #if !defined(_CRT_SECURE_NO_WARNINGS)
 #define _CRT_SECURE_NO_WARNINGS /* Disable deprecation warning in VS2005 */
-- 
1.8.4.5



More information about the devel mailing list