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
@@ -32,7 +32,7 @@
*
* @ingroup testcases
*/
void test_hmac_md5_signer(tester_t *tester);
void test_hmac_md5_signer(protected_tester_t *tester);
/**
* @brief Test function used to test the hmac sign functionality using SHA1.
@@ -41,6 +41,6 @@ void test_hmac_md5_signer(tester_t *tester);
*
* @ingroup testcases
*/
void test_hmac_sha1_signer(tester_t *tester);
void test_hmac_sha1_signer(protected_tester_t *tester);
#endif //_HMAC_SIGNER_TEST_H_