diff options
Diffstat (limited to 'test/x509_time_test.c')
-rw-r--r-- | test/x509_time_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/x509_time_test.c b/test/x509_time_test.c index 001aba54ce..7790b821e7 100644 --- a/test/x509_time_test.c +++ b/test/x509_time_test.c @@ -273,7 +273,7 @@ static int test_x509_cmp_time(int idx) 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. */ |