projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2501ef2
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 16 Nov 2005 13:49:42 +0000
(13:49 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 16 Nov 2005 13:49:42 +0000
(13:49 +0000)
lib/silccrypt/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/silccrypt/tests/Makefile.am
b/lib/silccrypt/tests/Makefile.am
index 1fd793a91f789c3565edf8b51222e85d8782be1e..aeb0724e6fbdabf2c3d20770274dfcf96df1be96 100644
(file)
--- 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