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
Name |
Description |
a |
First BIO in the chain to free; NULL is ignored. |
Created with MrDocs