[#ASN1_SCTX_free] = ASN1_SCTX_free :mrdocs: Free an ASN.1 scan context previously created with ASN1_SCTX_new(). == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ASN1_SCTX_free(xref:ASN1_SCTX.adoc[ASN1_SCTX]* p); ---- == Parameters [cols="1,4"] |=== | Name| Description | *p* | Context to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#