Free a BIO_METHOD allocated with BIO_meth_new().
Synopsis
Declared in <openssl/bio.h>
void
BIO_meth_free(BIO_METHOD* biom);
Parameters
Name |
Description |
biom |
Method table to free, or NULL (no‐op). |
Created with MrDocs