summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-10 09:27:10 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-10 09:27:10 +0100
commit81d83236e9a5ae5d10392be6c780f574aa247aa1 (patch)
treefcdee80b5eb9732972e72c61f26acb5d274f7bed /tests
parent5e560fdf8b5160a354591f913927219e13c9a869 (diff)
downloadlibtasn1-81d83236e9a5ae5d10392be6c780f574aa247aa1.tar.gz
Make tests compile.
Diffstat (limited to 'tests')
-rw-r--r--tests/Test_indefinite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c
index 3dc9d27..49fa514 100644
--- a/tests/Test_indefinite.c
+++ b/tests/Test_indefinite.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2007 Free Software Foundation
+ * Copyright (C) 2006, 2007, 2008 Free Software Foundation
* Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
@@ -44,7 +44,7 @@ main(int argc,char *argv[])
char buffer[10*1024];
ASN1_TYPE definitions=ASN1_TYPE_EMPTY;
ASN1_TYPE asn1_element=ASN1_TYPE_EMPTY;
- char errorDescription[MAX_ERROR_DESCRIPTION_SIZE];
+ char errorDescription[ASN1_MAX_ERROR_DESCRIPTION_SIZE];
FILE *out, *fd;
ssize_t size;
const char *treefile = getenv ("ASN1PKIX");