Update the test framework so that the need for test_main is removed. Everything
[openssl.git] / test / bad_dtls_test.c
index 9745ff87209c71d4594f1722da41523dea765455..2c10a1cc5b26b0d4a412c25a11aaeacaf660ea29 100644 (file)
@@ -581,7 +581,8 @@ static int test_bad_dtls(void)
     return testresult;
 }
 
-void register_tests(void)
+int setup_tests(void)
 {
     ADD_TEST(test_bad_dtls);
+    return 1;
 }