projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix the two new tests since approval.
[openssl.git]
/
test
/
asn1_string_table_test.c
diff --git
a/test/asn1_string_table_test.c
b/test/asn1_string_table_test.c
index
7e542b9
..
2913414
100644
(file)
--- 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;
}
return rv;
}
-
void register
_tests(void)
+
int setup
_tests(void)
{
ADD_TEST(test_string_tbl);
{
ADD_TEST(test_string_tbl);
+ return 1;
}
}