summaryrefslogtreecommitdiff
path: root/tests/Test_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test_parser.c')
-rw-r--r--tests/Test_parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Test_parser.c b/tests/Test_parser.c
index fd56210..2d5dd48 100644
--- a/tests/Test_parser.c
+++ b/tests/Test_parser.c
@@ -147,8 +147,8 @@ createFile (int lineNumber, const char *line)
int
main (int argc, char *argv[])
{
- asn1_retCode result;
- ASN1_TYPE definitions = ASN1_TYPE_EMPTY;
+ int result;
+ asn_node_t definitions = NULL;
char errorDescription[ASN1_MAX_ERROR_DESCRIPTION_SIZE];
test_type *test;
int errorCounter = 0, testCounter = 0;