summaryrefslogtreecommitdiffstats
path: root/test/randtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/randtest.c')
-rw-r--r--test/randtest.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/randtest.c b/test/randtest.c
index 8ef59434cf..47d28f471d 100644
--- a/test/randtest.c
+++ b/test/randtest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
@@ -103,7 +103,8 @@ static int fips_random_tests(void)
return ret;
}
-void register_tests(void)
+int setup_tests(void)
{
ADD_TEST(fips_random_tests);
+ return 1;
}