Added asn1_delete_structure2().
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 13 Nov 2013 12:55:14 +0000 (13:55 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 13 Nov 2013 12:55:16 +0000 (13:55 +0100)
commitc5a9cfaf1bc008a2b4b7bbd544a8f3ab3d62d953
tree5d67b0c9adeb443dad2518b88699842b2b0f4968
parentef90ba764f1032f097ae77443651656b3d712ebf
Added asn1_delete_structure2().

The new function accepts additional flags to be used during deinitialization.
For the moment the only available flag is ASN1_DELETE_FLAG_ZEROIZE which zeroizes
all values in the structure prior to deinitialization.
NEWS
lib/libtasn1.h
lib/parser_aux.c
lib/parser_aux.h
lib/structure.c