summaryrefslogtreecommitdiffstats
path: root/test/pemtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pemtest.c')
-rw-r--r--test/pemtest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pemtest.c b/test/pemtest.c
index c573278c7e..dfef80d7cd 100644
--- a/test/pemtest.c
+++ b/test/pemtest.c
@@ -69,8 +69,9 @@ static int test_invalid(void)
return 1;
}
-void register_tests(void)
+int setup_tests(void)
{
ADD_TEST(test_b64);
ADD_TEST(test_invalid);
+ return 1;
}