[#ASN1_SCTX_get_template] = ASN1_SCTX_get_template :mrdocs: Return the ASN1_TEMPLATE currently being scanned by an ASN.1 scan context. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_TEMPLATE.adoc[ASN1_TEMPLATE] const* ASN1_SCTX_get_template(xref:ASN1_SCTX.adoc[ASN1_SCTX]* p); ---- == Return Value Template associated with `p,` or NULL if none is set. == Parameters [cols="1,4"] |=== | Name| Description | *p* | Scan context created for a custom ASN.1 item scan/callback. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#