[Win] Fix some test method signatures ...
to halves MSVC warnings.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4172)
diff --git a/test/x509_time_test.c b/test/x509_time_test.c
index 001aba5..7790b82 100644
--- a/test/x509_time_test.c
+++ b/test/x509_time_test.c
@@ -273,7 +273,7 @@
return 1;
}
-static int test_x509_cmp_time_current()
+static int test_x509_cmp_time_current(void)
{
time_t now = time(NULL);
/* Pick a day earlier and later, relative to any system clock. */