summaryrefslogtreecommitdiff
path: root/modules/crypto/md2-buffer
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/md2-buffer')
-rw-r--r--modules/crypto/md2-buffer24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/crypto/md2-buffer b/modules/crypto/md2-buffer
new file mode 100644
index 0000000000..d89eb9564c
--- /dev/null
+++ b/modules/crypto/md2-buffer
@@ -0,0 +1,24 @@
+Description:
+Compute MD2 checksum.
+
+Files:
+lib/md2.h
+lib/md2.c
+
+Depends-on:
+minmax
+
+configure.ac:
+AC_REQUIRE([AC_C_RESTRICT])
+
+Makefile.am:
+lib_SOURCES += md2.c
+
+Include:
+"md2.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson