diff options
Diffstat (limited to 'doc/texi/asn1_delete_structure2.texi')
-rw-r--r-- | doc/texi/asn1_delete_structure2.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi/asn1_delete_structure2.texi b/doc/texi/asn1_delete_structure2.texi index 6bc85aa..7390b9c 100644 --- a/doc/texi/asn1_delete_structure2.texi +++ b/doc/texi/asn1_delete_structure2.texi @@ -3,7 +3,7 @@ @deftypefun {int} {asn1_delete_structure2} (asn1_node * @var{structure}, unsigned int @var{flags}) @var{structure}: pointer to the structure that you want to delete. -@var{flags}: additional flags (see @code{ASN1_DELETE_FLAG} ) +@var{flags}: additional flags (see @code{ASN1_DELETE_FLAG_ZEROIZE} ) Deletes the structure * @code{structure} . At the end, * @code{structure} is set to NULL. |