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