summaryrefslogtreecommitdiffstats
path: root/test/rc2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rc2test.c')
-rw-r--r--test/rc2test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rc2test.c b/test/rc2test.c
index 056157653c..6323d81beb 100644
--- a/test/rc2test.c
+++ b/test/rc2test.c
@@ -59,9 +59,10 @@ static int test_rc2(const int n)
#endif
-void register_tests(void)
+int setup_tests(void)
{
#ifndef OPENSSL_NO_RC2
ADD_ALL_TESTS(test_rc2, OSSL_NELEM(RC2key));
#endif
+ return 1;
}