]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/asn1_internal_test.c
Update the test framework so that the need for test_main is removed. Everything
[thirdparty/openssl.git] / test / asn1_internal_test.c
index 38ef6100c17ba8b39077861b097693858cba5da7..194a07378867dd9f73c0a14228b6c87f4cc3946c 100644 (file)
@@ -91,8 +91,9 @@ static int test_standard_methods()
     return 0;
 }
 
-void register_tests(void)
+int setup_tests(void)
 {
     ADD_TEST(test_tbl_standard);
     ADD_TEST(test_standard_methods);
+    return 1;
 }