bn/bn_lcl.h: improve inline assembly coverage on PPC64.
[openssl.git] / test / md2test.c
index 81a1760a47c1d5b2bc02d0af2ec7e3199b8bc563..cda84697afcc9571f84d0109fb5fdfa6b93d1a55 100644 (file)
@@ -10,7 +10,6 @@
 #include <string.h>
 
 #include "../e_os.h"
-#include "test_main.h"
 #include "testutil.h"
 
 #ifndef OPENSSL_NO_MD2
@@ -59,9 +58,10 @@ static int test_md2(int n)
 }
 #endif
 
-void register_tests(void)
+int setup_tests(void)
 {
 #ifndef OPENSSL_NO_MD2
     ADD_ALL_TESTS(test_md2, OSSL_NELEM(test));
 #endif
+    return 1;
 }