X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fx509_time_test.c;h=5983bdf11e93007a82b9c3886f00ad6d7a19959a;hb=758e05c52ec5acb133647e69495812269ad67525;hp=001aba54cef40ad544bb7a7a209128644a6c78d2;hpb=a9dee230372d641a898ab475611d01dde4a6b525;p=oweals%2Fopenssl.git diff --git a/test/x509_time_test.c b/test/x509_time_test.c index 001aba54ce..5983bdf11e 100644 --- a/test/x509_time_test.c +++ b/test/x509_time_test.c @@ -15,7 +15,7 @@ #include #include #include "testutil.h" -#include "e_os.h" +#include "internal/nelem.h" typedef struct { const char *data; @@ -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. */