BIO_meth_get_destroy

Return the destroy callback installed on a BIO_METHOD.

Synopsis

Declared in <openssl/bio.h>

int(*
BIO_meth_get_destroy(BIO_METHOD const* biom))(BIO*);

Return Value

Destroy callback, or NULL if unset.

Parameters

NameDescription
biomMethod to query.