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

Name

Description

b

BIO whose method table is queried.

Created with MrDocs