BIO_meth_free

Free a BIO_METHOD allocated with BIO_meth_new().

Synopsis

Declared in <openssl/bio.h>

void
BIO_meth_free(BIO_METHOD* biom);

Parameters

NameDescription
biomMethod table to free, or NULL (no-op).