Renamed structures.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 11 Oct 2012 06:53:50 +0000 (08:53 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 11 Oct 2012 06:53:50 +0000 (08:53 +0200)
commit2f1c471fbcdbcedf69f914a5a3726107c156b17d
tree569956fd136c2a1b6a829b57b22d334edb06d6b2
parent546930508edce93729d41c87901b20b2eb3631fc
Renamed structures.

Avoid using the reserved by POSIX _t. Suggested by Ivan Shmakov.
asn1_static_node_t -> asn1_static_node
asn1_node_t -> asn1_node
20 files changed:
NEWS
doc/libtasn1.texi
lib/ASN1.c
lib/coding.c
lib/decoding.c
lib/element.c
lib/element.h
lib/int.h
lib/libtasn1.h
lib/parser_aux.c
lib/parser_aux.h
lib/structure.c
lib/structure.h
src/asn1Coding.c
src/asn1Decoding.c
src/asn1Parser.c
tests/Test_encoding.c
tests/Test_indefinite.c
tests/Test_parser.c
tests/Test_tree.c