BIO_vfree

Free a BIO and every BIO linked after it in the chain.

Synopsis

Declared in <openssl/bio.h>

void
BIO_vfree(BIO* a);

Parameters

NameDescription
aFirst BIO in the chain to free; NULL is ignored.