NAME
BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all — BIO allocation and freeing functionsSYNOPSIS
#include <openssl/bio.h>BIO_new(BIO_METHOD *type);
BIO_set(BIO *a, BIO_METHOD *type);
BIO_free(BIO *a);
BIO_vfree(BIO *a);
BIO_free_all(BIO *a);