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