created protected_tester_t for testcases

This commit is contained in:
Jan Hutter
2005-12-07 11:08:54 +00:00
parent f4d8999cc1
commit 51d56047d8
56 changed files with 226 additions and 207 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
/*
* described in Header-File
*/
void test_md5_hasher(tester_t *tester)
void test_md5_hasher(protected_tester_t *tester)
{
/*
* Test vectors from RFC1321:
@@ -96,7 +96,7 @@ void test_md5_hasher(tester_t *tester)
/*
* described in Header-File
*/
void test_sha1_hasher(tester_t *tester)
void test_sha1_hasher(protected_tester_t *tester)
{
/*
* Test Vectors (from FIPS PUB 180-1)