BIO_meth_get_read

Return the legacy read function installed on a BIO_METHOD.

Synopsis

Declared in <openssl/bio.h>

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

Return Value

Read callback, or NULL if unset.

Parameters

NameDescription
biomMethod to query.