[#BIO_s_bio] = BIO_s_bio :mrdocs: Return the BIO_METHOD for a BIO‐pair endpoint (in‐memory pipe half). == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_s_bio(); ---- == Return Value Pointer to the static bio‐pair method for use with BIO_new() / BIO_new_bio_pair(). [.small]#Created with https://www.mrdocs.com[MrDocs]#