BIO_free_all

Free a and every BIO linked after it in the chain (alias for BIO_vfree()).

Synopsis

Declared in <openssl/bio.h>

void
BIO_free_all(BIO* a);

Parameters

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