diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-14T12·03+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-14T12·03+0000 |
commit | 63791eb05b236afcea510d769a8943f8be3dbc9c (patch) | |
tree | 48b25ce1d2336bc41ab838475d915a7d01134e98 /src/libutil/Makefile.am | |
parent | 37b51a9aa6d5d0fb97bad0d1a27d27304da277c2 (diff) |
* Add SHA-256.
* Tests for the various hashes.
Diffstat (limited to 'src/libutil/Makefile.am')
-rw-r--r-- | src/libutil/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index 12459b1db5f4..6e83b8555124 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -1,7 +1,7 @@ noinst_LIBRARIES = libutil.a libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \ - archive.cc archive.hh md5.c md5.h sha1.c sha1.h \ - aterm.cc aterm.hh + archive.cc archive.hh aterm.cc aterm.hh \ + md5.c md5.h sha1.c sha1.h sha256.c sha256.h md32_common.h AM_CXXFLAGS = -Wall -I.. ${aterm_include} |