Return the extended BIO callback installed with BIO_set_callback_ex().

Synopsis

Declared in <openssl/bio.h>

BIO_callback_fn_ex
BIO_get_callback_ex(BIO const* b);

Return Value

Extended callback, or NULL if unset.

Parameters

Name

Description

b

BIO to query.

Created with MrDocs