summaryrefslogtreecommitdiffstats
path: root/test/mdc2_internal_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mdc2_internal_test.c')
-rw-r--r--test/mdc2_internal_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/mdc2_internal_test.c b/test/mdc2_internal_test.c
index d696ea7189..2c8d22d990 100644
--- a/test/mdc2_internal_test.c
+++ b/test/mdc2_internal_test.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
@@ -64,7 +64,8 @@ static int test_mdc2(int idx)
return 1;
}
-void register_tests()
+int setup_tests()
{
ADD_ALL_TESTS(test_mdc2, OSSL_NELEM(tests));
+ return 1;
}