aboutsummaryrefslogtreecommitdiffstats
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-rw-r--r--cipher/ChangeLog2
-rw-r--r--cipher/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index b1308d357..83d053055 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,5 +1,7 @@
2003-02-11 David Shaw <[email protected]>
+ * Makefile.am: Make sure sha512.c is included in the tarball.
+
* Makefile.am, md.c (load_digest_module): Only build in SHA384/512
if specifically enabled.
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 024aaa97a..0c87c51eb 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -54,7 +54,7 @@ libcipher_a_SOURCES = cipher.c \
sha1.c \
sha256.c
-EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c
+EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c sha512.c
libcipher_a_DEPENDENCIES = @IDEA_O@ @TIGER_O@ @SHA512_O@
libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@ @SHA512_O@