From 81d83236e9a5ae5d10392be6c780f574aa247aa1 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 10 Nov 2008 09:27:10 +0100 Subject: Make tests compile. --- tests/Test_indefinite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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"); -- cgit v1.2.3