BIO_meth_get_write

Return the legacy write function installed on a BIO_METHOD.

Synopsis

Declared in <openssl/bio.h>

int(*
BIO_meth_get_write(BIO_METHOD const* biom))(BIO*, char const*, int);

Return Value

Write callback, or NULL if unset.

Parameters

NameDescription
biomMethod to query.