Return the opaque callback‐argument pointer stored on a BIO.

Synopsis

Declared in <openssl/bio.h>

char*
BIO_get_callback_arg(BIO const* b);

Return Value

Pointer previously passed to BIO_set_callback_arg(), or NULL.

Parameters

Name

Description

b

BIO to query.

Created with MrDocs