From 22dd88046a752020c9b7aec5710231da92cdbeb7 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 6 Oct 2012 14:29:37 +0200 Subject: asn_ -> asn1_ --- tests/Test_encoding.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Test_encoding.c') diff --git a/tests/Test_encoding.c b/tests/Test_encoding.c index 1c0323d..370864b 100644 --- a/tests/Test_encoding.c +++ b/tests/Test_encoding.c @@ -37,8 +37,8 @@ int main (int argc, char *argv[]) { int result; - asn_node_t definitions = NULL; - asn_node_t asn1_element = NULL; + asn1_node_t definitions = NULL; + asn1_node_t asn1_element = NULL; char errorDescription[ASN1_MAX_ERROR_DESCRIPTION_SIZE]; const char *treefile = getenv ("ASN1ENCODING"); -- cgit v1.2.3