[#BIO_meth_set_ctrl] = BIO_meth_set_ctrl :mrdocs: Install the ctrl callback on a BIO_METHOD. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BIO_meth_set_ctrl( xref:BIO_METHOD.adoc[BIO_METHOD]* biom, long(* ctrl)(xref:BIO.adoc[BIO]*, int, long, void*)); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *biom* | Method table to update. | *ctrl* | Callback implementing BIO_ctrl()‐style commands. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#