diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-10 09:27:10 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-10 09:27:10 +0100 |
commit | 81d83236e9a5ae5d10392be6c780f574aa247aa1 (patch) | |
tree | fcdee80b5eb9732972e72c61f26acb5d274f7bed /tests | |
parent | 5e560fdf8b5160a354591f913927219e13c9a869 (diff) | |
download | libtasn1-81d83236e9a5ae5d10392be6c780f574aa247aa1.tar.gz libtasn1-81d83236e9a5ae5d10392be6c780f574aa247aa1.tar.bz2 libtasn1-81d83236e9a5ae5d10392be6c780f574aa247aa1.zip |
Make tests compile.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_indefinite.c | 4 |
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"); |