summaryrefslogtreecommitdiffstats
path: root/test/pkey_meth_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pkey_meth_test.c')
-rw-r--r--test/pkey_meth_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pkey_meth_test.c b/test/pkey_meth_test.c
index 414fc3cf64..5e6a7d4257 100644
--- a/test/pkey_meth_test.c
+++ b/test/pkey_meth_test.c
@@ -52,7 +52,8 @@ static int test_asn1_meths()
return good;
}
-void register_tests()
+int setup_tests()
{
ADD_TEST(test_asn1_meths);
+ return 1;
}