[#BIO_vfree] = BIO_vfree :mrdocs: Free a BIO and every BIO linked after it in the chain. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BIO_vfree(xref:BIO.adoc[BIO]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | First BIO in the chain to free; NULL is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#