Fix the two new tests since approval.
[openssl.git] / test / mdc2test.c
index 724d6d323e7c06c81477b596d8024efa4549501d..4f2995348097f13e505b06535491549221c431f1 100644 (file)
@@ -69,9 +69,10 @@ static int test_mdc2(void)
 }
 #endif
 
-void register_tests(void)
+int setup_tests(void)
 {
 #ifndef OPENSSL_NO_MDC2
     ADD_TEST(test_mdc2);
 #endif
+    return 1;
 }