X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Ftime_offset_test.c;h=740b471af032fb9e4843deae266fcbdde662c6ab;hb=63fa6f2e4ba7641fd5f10c70eaa0c3a4b42e124c;hp=b7f1e87367a6e2a0783fb27a3266a9894b78bdef;hpb=cf37aaa335965902c6a022bc3c3e0162f59c0f3a;p=oweals%2Fopenssl.git diff --git a/test/time_offset_test.c b/test/time_offset_test.c index b7f1e87367..740b471af0 100644 --- a/test/time_offset_test.c +++ b/test/time_offset_test.c @@ -1,5 +1,5 @@ /* - * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -16,7 +16,7 @@ #include #include #include "testutil.h" -#include "e_os.h" +#include "internal/nelem.h" typedef struct { const char *data; @@ -106,7 +106,7 @@ static int test_offset(int idx) return 1; } -int setup_tests() +int setup_tests(void) { ADD_ALL_TESTS(test_offset, OSSL_NELEM(tests)); return 1;