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

diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index d30fa5d..2f24801 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -11,6 +11,8 @@
      des.c
      dhm.c
      havege.c
+     md.c
+     md_wrap.c
      md2.c
      md4.c
      md5.c