summaryrefslogtreecommitdiff
path: root/modules/crypto/md5
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/md5')
-rw-r--r--modules/crypto/md56
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/crypto/md5 b/modules/crypto/md5
index afcdbc38fa..ea9722ed3b 100644
--- a/modules/crypto/md5
+++ b/modules/crypto/md5
@@ -2,19 +2,23 @@ Description:
Compute MD5 checksum.
Files:
+lib/md5-stream.c
Depends-on:
crypto/af_alg
crypto/md5-buffer
configure.ac:
-AC_DEFINE([GL_COMPILE_CRYPTO_STREAM], 1, [Compile Gnulib crypto stream ops.])
Makefile.am:
+lib_SOURCES += md5-stream.c
Include:
"md5.h"
+Link:
+$(LIB_CRYPTO)
+
License:
LGPLv2+