From 51d56047d80383ddaa135d8862d6bee22b619489 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Wed, 7 Dec 2005 11:08:54 +0000 Subject: created protected_tester_t for testcases --- Source/charon/testcases/hasher_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/charon/testcases/hasher_test.h') diff --git a/Source/charon/testcases/hasher_test.h b/Source/charon/testcases/hasher_test.h index 634d9d504..8590cabec 100644 --- a/Source/charon/testcases/hasher_test.h +++ b/Source/charon/testcases/hasher_test.h @@ -35,7 +35,7 @@ * * @ingroup testcases */ -void test_sha1_hasher(tester_t *tester); +void test_sha1_hasher(protected_tester_t *tester); /** * @brief Test function used to test the Md5-hasher functionality. @@ -44,6 +44,6 @@ void test_sha1_hasher(tester_t *tester); * * @ingroup testcases */ -void test_md5_hasher(tester_t *tester); +void test_md5_hasher(protected_tester_t *tester); #endif /*HASHER_TEST_H_*/ -- cgit v1.2.3