diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-07 11:08:54 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-07 11:08:54 +0000 |
commit | 51d56047d80383ddaa135d8862d6bee22b619489 (patch) | |
tree | 97736e3e5d52e9d6b50ad0fd228575c780b2309c /Source/charon/testcases/aes_cbc_crypter_test.h | |
parent | f4d8999cc1f6473d9ceee87b5a30857de0758b6b (diff) | |
download | strongswan-51d56047d80383ddaa135d8862d6bee22b619489.tar.bz2 strongswan-51d56047d80383ddaa135d8862d6bee22b619489.tar.xz |
created protected_tester_t for testcases
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_ |