[#BIO_s_core] = BIO_s_core :mrdocs: Return the BIO_METHOD for a core BIO that reads/writes via an OSSL_CORE_BIO. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_s_core(); ---- == Return Value Pointer to the static core method for use with BIO_new() and BIO_set_data(). [.small]#Created with https://www.mrdocs.com[MrDocs]#