[#BIO_asn1_get_suffix] = BIO_asn1_get_suffix :mrdocs: Retrieve the ASN.1 suffix producer and optional free callback from a BIO. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BIO_asn1_get_suffix( xref:BIO.adoc[BIO]* b, xref:asn1_ps_func.adoc[asn1_ps_func]** psuffix, xref:asn1_ps_func.adoc[asn1_ps_func]** psuffix_free); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *b* | ASN.1 filter BIO (BIO_f_asn1). | *psuffix* | Receives the suffix producer, or NULL if unset. | *psuffix_free* | Receives the matching free callback, or NULL if unset. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#