summaryrefslogtreecommitdiffstats
path: root/test/ciphername_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ciphername_test.c')
-rw-r--r--test/ciphername_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ciphername_test.c b/test/ciphername_test.c
index 995c352c1c..c2c31573ca 100644
--- a/test/ciphername_test.c
+++ b/test/ciphername_test.c
@@ -463,7 +463,8 @@ err:
return ret;
}
-void register_tests()
+int setup_tests(void)
{
ADD_TEST(test_cipher_name);
+ return 1;
}