summaryrefslogtreecommitdiffstats
path: root/test/cipherlist_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cipherlist_test.c')
-rw-r--r--test/cipherlist_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cipherlist_test.c b/test/cipherlist_test.c
index f4d1b353e2..c193976540 100644
--- a/test/cipherlist_test.c
+++ b/test/cipherlist_test.c
@@ -201,8 +201,9 @@ static int test_default_cipherlist_explicit()
EXECUTE_CIPHERLIST_TEST();
}
-void register_tests()
+int setup_tests()
{
ADD_TEST(test_default_cipherlist_implicit);
ADD_TEST(test_default_cipherlist_explicit);
+ return 1;
}