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

Name

Description

a

BIO to query.

Created with MrDocs