Fix the two new tests since approval.
[openssl.git] / test / asn1_string_table_test.c
index 7e542b952e310c1fad2ae718718c5986cdf1cd9b..291341464e75b2eb509c719927e34b682d6366bf 100644 (file)
@@ -70,7 +70,8 @@ static int test_string_tbl()
     return rv;
 }
 
-void register_tests(void)
+int setup_tests(void)
 {
     ADD_TEST(test_string_tbl);
+    return 1;
 }