summaryrefslogtreecommitdiff
path: root/modules/crypto/md2
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-01 08:38:41 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-01 08:38:41 +0000
commit0527d3651d8b32bc93e0250d9181b9d74ab5f5b2 (patch)
treea7b44a0b5b38041b961d824953cd25bc483a64b1 /modules/crypto/md2
parenta03613b6836443ac6ac2fa8b2037a1b6644dcc4c (diff)
downloadgnulib-0527d3651d8b32bc93e0250d9181b9d74ab5f5b2.tar.gz
Move crypto modules to crypto/.
Diffstat (limited to 'modules/crypto/md2')
-rw-r--r--modules/crypto/md224
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/crypto/md2 b/modules/crypto/md2
new file mode 100644
index 0000000000..f3fa344e01
--- /dev/null
+++ b/modules/crypto/md2
@@ -0,0 +1,24 @@
+Description:
+Compute MD2 checksum.
+
+Files:
+lib/md2.h
+lib/md2.c
+m4/md2.m4
+
+Depends-on:
+minmax
+
+configure.ac:
+gl_MD2
+
+Makefile.am:
+
+Include:
+"md2.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson