summaryrefslogtreecommitdiffstats
path: root/test/time_offset_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/time_offset_test.c')
-rw-r--r--test/time_offset_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/time_offset_test.c b/test/time_offset_test.c
index 6660aee5dc..3560f4cef5 100644
--- a/test/time_offset_test.c
+++ b/test/time_offset_test.c
@@ -109,7 +109,8 @@ static int test_offset(int idx)
return 1;
}
-void register_tests()
+int setup_tests()
{
ADD_ALL_TESTS(test_offset, OSSL_NELEM(tests));
+ return 1;
}