aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/hmac_signer_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/testcases/hmac_signer_test.h')
-rw-r--r--Source/charon/testcases/hmac_signer_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/testcases/hmac_signer_test.h b/Source/charon/testcases/hmac_signer_test.h
index ebd0aeeb2..681fa4d71 100644
--- a/Source/charon/testcases/hmac_signer_test.h
+++ b/Source/charon/testcases/hmac_signer_test.h
@@ -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_