X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fmdc2_internal_test.c;h=01e30fdd91fbf26ffe776b3c2bec76dc5cab3bc2;hp=64aa2dc1685204528818938c3be5018f938a1286;hb=6b97cc6ec17586ff9c1d96ab5c3e0b6d829074a8;hpb=176db6dc51ec0a972bfa8836cfdab8f6767c978a diff --git a/test/mdc2_internal_test.c b/test/mdc2_internal_test.c index 64aa2dc168..01e30fdd91 100644 --- a/test/mdc2_internal_test.c +++ b/test/mdc2_internal_test.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-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 @@ -64,7 +64,7 @@ static int test_mdc2(int idx) return 1; } -int setup_tests() +int setup_tests(void) { ADD_ALL_TESTS(test_mdc2, OSSL_NELEM(tests)); return 1;