aboutsummaryrefslogtreecommitdiff
path: root/test/x509_time_test.c
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2018-05-09 17:09:50 +0200
committerKurt Roeckx <kurt@roeckx.be>2018-05-11 14:37:48 +0200
commit3cb7c5cfef25463bd197b0c12ca7966f525ebf73 (patch)
treee48a48cfd6aa0a3492cf6aec22de0e70f7284577 /test/x509_time_test.c
parentd4a8ba77a4004b40890c4a9700ba959fd26af170 (diff)
downloadopenssl-3cb7c5cfef25463bd197b0c12ca7966f525ebf73.zip
openssl-3cb7c5cfef25463bd197b0c12ca7966f525ebf73.tar.gz
openssl-3cb7c5cfef25463bd197b0c12ca7966f525ebf73.tar.bz2
Use void in all function definitions that do not take any arguments
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #6208
Diffstat (limited to 'test/x509_time_test.c')
-rw-r--r--test/x509_time_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/x509_time_test.c b/test/x509_time_test.c
index 5983bdf..d672a9a 100644
--- a/test/x509_time_test.c
+++ b/test/x509_time_test.c
@@ -482,7 +482,7 @@ static int test_x509_time_print(int idx)
return ret;
}
-int setup_tests()
+int setup_tests(void)
{
ADD_TEST(test_x509_cmp_time_current);
ADD_ALL_TESTS(test_x509_cmp_time, OSSL_NELEM(x509_cmp_tests));