Return the BIO_METHOD for a core BIO that reads/writes via an OSSL_CORE_BIO.
Synopsis
Declared in <openssl/bio.h>
BIO_METHOD const*
BIO_s_core();
Return Value
Pointer to the static core method for use with BIO_new() and BIO_set_data().
Created with MrDocs