Free a BIO and every BIO linked after it in the chain.
Synopsis
Declared in <openssl/bio.h>
void
BIO_vfree(BIO* a);
Parameters
Name |
Description |
a |
First BIO in the chain to free; NULL is ignored. |
Created with MrDocs