Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
BIO_new, BIO_up_ref, BIO_set, BIO_free, BIO_vfree, BIO_free_all — construct and destruct I/O abstraction objectsSYNOPSIS
#include <openssl/bio.h>BIO_new(const BIO_METHOD *type);
BIO_up_ref(BIO *a);
BIO_set(BIO *a, const BIO_METHOD *type);
BIO_free(BIO *a);
BIO_vfree(BIO *a);
BIO_free_all(BIO *a);