From: Pekka Riikonen Date: Wed, 16 Nov 2005 13:52:34 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~785 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=6714647e39e986ba8d0519ec666a6ac397b9acf3;p=crypto.git updates. --- diff --git a/lib/silccrypt/tests/Makefile.am b/lib/silccrypt/tests/Makefile.am index 1fd793a9..aeb0724e 100644 --- a/lib/silccrypt/tests/Makefile.am +++ b/lib/silccrypt/tests/Makefile.am @@ -18,6 +18,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign bin_PROGRAMS = test_sha1 \ + test_sha256 \ test_md5 \ test_hmacsha1 \ test_hmacmd5 \ @@ -26,6 +27,7 @@ bin_PROGRAMS = test_sha1 \ test_silcpkcs test_sha1_SOURCES = test_sha1.c +test_sha256_SOURCES = test_sha256.c test_md5_SOURCES = test_md5.c test_hmacsha1_SOURCES = test_hmacsha1.c test_hmacmd5_SOURCES = test_hmacmd5.c