diff options
Diffstat (limited to 'Source/charon/testcases/diffie_hellman_test.c')
-rw-r--r-- | Source/charon/testcases/diffie_hellman_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/testcases/diffie_hellman_test.c b/Source/charon/testcases/diffie_hellman_test.c index b4727f727..d07f2fc3b 100644 --- a/Source/charon/testcases/diffie_hellman_test.c +++ b/Source/charon/testcases/diffie_hellman_test.c @@ -32,7 +32,7 @@ /* * described in Header-File */ -void test_diffie_hellman(tester_t *tester) +void test_diffie_hellman(protected_tester_t *tester) { diffie_hellman_t *my_diffie_hellman, *other_diffie_hellman; logger_t *logger; |