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