diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-06 14:29:37 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-06 14:29:37 +0200 |
commit | 22dd88046a752020c9b7aec5710231da92cdbeb7 (patch) | |
tree | 64e9155520d48d3ca7df5668f3492bd2354da543 /tests | |
parent | 40e7731b1ff6b250744b76216945308dc7146213 (diff) | |
download | libtasn1-22dd88046a752020c9b7aec5710231da92cdbeb7.tar.gz libtasn1-22dd88046a752020c9b7aec5710231da92cdbeb7.tar.bz2 libtasn1-22dd88046a752020c9b7aec5710231da92cdbeb7.zip |
asn_ -> asn1_
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_encoding.c | 4 | ||||
-rw-r--r-- | tests/Test_indefinite.c | 4 | ||||
-rw-r--r-- | tests/Test_parser.c | 2 | ||||
-rw-r--r-- | tests/Test_tree.c | 4 | ||||
-rw-r--r-- | tests/Test_tree_asn1_tab.c | 2 |
5 files changed, 8 insertions, 8 deletions
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"); diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c index 108f3db..3387a11 100644 --- a/tests/Test_indefinite.c +++ b/tests/Test_indefinite.c @@ -41,8 +41,8 @@ main (int argc, char *argv[]) { int result; char buffer[10 * 1024]; - 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]; FILE *out, *fd; ssize_t size; diff --git a/tests/Test_parser.c b/tests/Test_parser.c index 2d5dd48..062fc2f 100644 --- a/tests/Test_parser.c +++ b/tests/Test_parser.c @@ -148,7 +148,7 @@ int main (int argc, char *argv[]) { int result; - asn_node_t definitions = NULL; + asn1_node_t definitions = NULL; char errorDescription[ASN1_MAX_ERROR_DESCRIPTION_SIZE]; test_type *test; int errorCounter = 0, testCounter = 0; diff --git a/tests/Test_tree.c b/tests/Test_tree.c index 295859b..32c57e1 100644 --- a/tests/Test_tree.c +++ b/tests/Test_tree.c @@ -433,8 +433,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]; FILE *out; test_type *test; diff --git a/tests/Test_tree_asn1_tab.c b/tests/Test_tree_asn1_tab.c index caf8cfc..9866eab 100644 --- a/tests/Test_tree_asn1_tab.c +++ b/tests/Test_tree_asn1_tab.c @@ -4,7 +4,7 @@ #include <libtasn1.h> -const asn_static_node_t Test_tree_asn1_tab[] = { +const asn1_static_node_t Test_tree_asn1_tab[] = { { "TEST_TREE", 536875024, NULL }, { NULL, 1610612748, NULL }, { "iso", 1073741825, "1"}, |