summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-30 15:12:00 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-30 15:21:30 +0200
commite2e5b1d44456d6e99fb3765f2370630a2059994b (patch)
tree53ad986bd3647c23ff091fe57d9afc0d07616967 /tests
parent0227dd9ef0b11773ff853a96d5135a189e20e83e (diff)
downloadlibtasn1-e2e5b1d44456d6e99fb3765f2370630a2059994b.tar.gz
libtasn1-e2e5b1d44456d6e99fb3765f2370630a2059994b.tar.bz2
libtasn1-e2e5b1d44456d6e99fb3765f2370630a2059994b.zip
Added asn1_copy_node2()
Diffstat (limited to 'tests')
-rw-r--r--tests/copynode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/copynode.c b/tests/copynode.c
index 62e49ec..5e5821f 100644
--- a/tests/copynode.c
+++ b/tests/copynode.c
@@ -150,7 +150,6 @@ main (int argc, char *argv[])
exit(1);
}
-#if 0
asn1_delete_structure (&cpy_node);
/* Test asn1_copy_node2 */
@@ -176,7 +175,6 @@ main (int argc, char *argv[])
printf("DER encoded data differ!\n");
exit(1);
}
-#endif
/* Clear the definition structures */
asn1_delete_structure (&asn1_element);