BIO_get_init

Test whether a custom BIO has been initialized by its create() callback.

Synopsis

Declared in <openssl/bio.h>

int
BIO_get_init(BIO* a);

Return Value

Non-zero if initialized, or 0 otherwise.

Parameters

NameDescription
aBIO to query.