]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/mdc2_internal_test.c
Use void in all function definitions that do not take any arguments
[thirdparty/openssl.git] / test / mdc2_internal_test.c
index 64aa2dc1685204528818938c3be5018f938a1286..a5c4ebcbef364ee0928bf31d5daa394b03fafb27 100644 (file)
@@ -64,7 +64,7 @@ static int test_mdc2(int idx)
     return 1;
 }
 
-int setup_tests()
+int setup_tests(void)
 {
     ADD_ALL_TESTS(test_mdc2, OSSL_NELEM(tests));
     return 1;