BIO_method_name

Return the human-readable name of the BIO_METHOD attached to b.

Synopsis

Declared in <openssl/bio.h>

char const*
BIO_method_name(BIO const* b);

Return Value

Internal NUL-terminated method name string (do not free).

Parameters

NameDescription
bBIO whose method table is queried.