diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index c73cccd7e..4a228e0f6 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -51,7 +51,9 @@ libcipher_a_SOURCES = cipher.c \ rndw32.c \ md5.c \ rmd160.c \ - sha1.c + sha1.c \ + sha256.c \ + sha512.c EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c |