BIO_get_callback

Return the legacy BIO callback previously set with BIO_set_callback() (deprecated).

Synopsis

Declared in <openssl/bio.h>

[[deprecated]]
BIO_callback_fn
BIO_get_callback(BIO const* b);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Callback function pointer, or NULL if unset.

Parameters

NameDescription
bBIO to query.