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

diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 1dbbfbb..3be181d 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -198,6 +198,14 @@
 #define POLARSSL_HAVEGE_C
 
 /*
+ * Module:  library/md.c
+ * Caller:
+ *
+ * Uncomment to enable generic message digest wrappers.
+ */
+#define POLARSSL_MD_C
+
+/*
  * Module:  library/md2.c
  * Caller:  library/x509parse.c
  *