- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)

diff --git a/tests/Makefile b/tests/Makefile
index c90d8b3..2e4f88a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -15,7 +15,7 @@
 		test_suite_mpi			test_suite_rsa		\
 		test_suite_shax			test_suite_x509parse\
 		test_suite_xtea			test_suite_debug	\
-		test_suite_version
+		test_suite_version		test_suite_md
 
 .SILENT:
 
@@ -53,6 +53,10 @@
 	echo   "  CC    	$@.c"
 	$(CC) $(CFLAGS) $(OFLAGS) $@.c	$(LDFLAGS) -o $@
 
+test_suite_md: test_suite_md.c ../library/libpolarssl.a
+	echo   "  CC    	$@.c"
+	$(CC) $(CFLAGS) $(OFLAGS) $@.c	$(LDFLAGS) -o $@
+
 test_suite_mdx: test_suite_mdx.c ../library/libpolarssl.a
 	echo   "  CC    	$@.c"
 	$(CC) $(CFLAGS) $(OFLAGS) $@.c	$(LDFLAGS) -o $@