diff options
Diffstat (limited to 'Source/charon/testcases/aes_cbc_crypter_test.h')
-rw-r--r-- | Source/charon/testcases/aes_cbc_crypter_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/testcases/aes_cbc_crypter_test.h b/Source/charon/testcases/aes_cbc_crypter_test.h index 496451250..adedd7f97 100644 --- a/Source/charon/testcases/aes_cbc_crypter_test.h +++ b/Source/charon/testcases/aes_cbc_crypter_test.h @@ -33,6 +33,6 @@ * * @ingroup testcases */ -void test_aes_cbc_crypter(tester_t *tester); +void test_aes_cbc_crypter(protected_tester_t *tester); #endif //_AES_CBC_CRYPTER_TEST_H_ |