diff options
Diffstat (limited to 'test/tls13secretstest.c')
-rw-r--r-- | test/tls13secretstest.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/tls13secretstest.c b/test/tls13secretstest.c index e052d0bd03..9f32fdf7b2 100644 --- a/test/tls13secretstest.c +++ b/test/tls13secretstest.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2017 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 @@ -384,7 +384,8 @@ static int test_handshake_secrets(void) return ret; } -void register_tests() +int setup_tests() { ADD_TEST(test_handshake_secrets); + return 1; } |