Update the test framework so that the need for test_main is removed. Everything
[openssl.git] / test / ciphername_test.c
index 995c352c1c33d87e4af8276cc520fe5e1cb52d54..c2c31573cab91623ff3f4f31a2b4e16bf0f966f6 100644 (file)
@@ -463,7 +463,8 @@ err:
     return ret;
 }
 
-void register_tests()
+int setup_tests(void)
 {
     ADD_TEST(test_cipher_name);
+    return 1;
 }