[#ASN1_item_free] = ASN1_item_free :mrdocs: Free an ASN.1 value described by an ASN1_ITEM. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ASN1_item_free( xref:ASN1_VALUE.adoc[ASN1_VALUE]* val, xref:ASN1_ITEM.adoc[ASN1_ITEM] const* it); ---- == Parameters [cols="1,4"] |=== | Name| Description | *val* | Value to free, or NULL. | *it* | ASN.1 item descriptor matching `val.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#