From 6714647e39e986ba8d0519ec666a6ac397b9acf3 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 16 Nov 2005 13:52:34 +0000 Subject: [PATCH] updates. --- lib/silccrypt/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.24.0