[#BIO_meth_get_ctrl] = BIO_meth_get_ctrl :mrdocs: Return the ctrl function installed on a BIO_METHOD. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- long(* BIO_meth_get_ctrl(xref:BIO_METHOD.adoc[BIO_METHOD] const* biom))(xref:BIO.adoc[BIO]*, int, long, void*); ---- == Return Value Ctrl callback pointer, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *biom* | Method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#