summaryrefslogtreecommitdiff
path: root/modules/crypto/md2
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/md2')
-rw-r--r--modules/crypto/md28
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/crypto/md2 b/modules/crypto/md2
index d89eb9564c..da418bc3bc 100644
--- a/modules/crypto/md2
+++ b/modules/crypto/md2
@@ -2,17 +2,15 @@ Description:
Compute MD2 checksum.
Files:
-lib/md2.h
-lib/md2.c
+lib/md2-stream.c
Depends-on:
-minmax
+crypto/md2-buffer
configure.ac:
-AC_REQUIRE([AC_C_RESTRICT])
Makefile.am:
-lib_SOURCES += md2.c
+lib_SOURCES += md2-stream.c
Include:
"md2.h"