X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fdtls_mtu_test.c;h=3aa519f156bec5c2bba8777c91d127e04b14ba3f;hb=79c2c741303ed188214b9299a51c837635f7e9a8;hp=415f69e244e8727a7666fc6cf3c68c8015587a9a;hpb=bff951eeb1f86207ac02e0f73305c31ac0ab5f4f;p=oweals%2Fopenssl.git diff --git a/test/dtls_mtu_test.c b/test/dtls_mtu_test.c index 415f69e244..3aa519f156 100644 --- a/test/dtls_mtu_test.c +++ b/test/dtls_mtu_test.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 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 @@ -189,7 +189,8 @@ static int run_mtu_tests(void) return ret; } -void register_tests() +int setup_tests(void) { ADD_TEST(run_mtu_tests); + return 1; }