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