BIO_meth_get_callback_ctrl

Return the callback-ctrl function installed on a BIO_METHOD.

Synopsis

Declared in <openssl/bio.h>

long(*
BIO_meth_get_callback_ctrl(BIO_METHOD const* biom))(BIO*, int, BIO_info_cb*);

Return Value

Callback-ctrl function, or NULL if unset.

Parameters

NameDescription
biomMethod to query.