BIO_get_data

Return the implementation-specific pointer stored on a BIO.

Synopsis

Declared in <openssl/bio.h>

void*
BIO_get_data(BIO* a);

Return Value

Opaque pointer previously set with BIO_set_data(), or NULL.

Parameters

NameDescription
aBIO to query.