summaryrefslogtreecommitdiffstats
path: root/test/asn1_string_table_test.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-07-27 08:08:36 +1000
committerPauli <paul.dale@oracle.com>2017-07-27 08:08:36 +1000
commit43405889f47648ee70c1b412b8b71570e8aaa24a (patch)
tree427775a68a0807bafb1cf521ca102fc7917dc771 /test/asn1_string_table_test.c
parentad887416f1e59c3294a7d8f83a0ca77120523b4a (diff)
Fix the two new tests since approval.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3953)
Diffstat (limited to 'test/asn1_string_table_test.c')
-rw-r--r--test/asn1_string_table_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/asn1_string_table_test.c b/test/asn1_string_table_test.c
index 7e542b952e..291341464e 100644
--- a/test/asn1_string_table_test.c
+++ b/test/asn1_string_table_test.c
@@ -70,7 +70,8 @@ static int test_string_tbl()
return rv;
}
-void register_tests(void)
+int setup_tests(void)
{
ADD_TEST(test_string_tbl);
+ return 1;
}