BIO_s_mem

Return the BIO_METHOD for a memory (RAM buffer) source/sink BIO.

Synopsis

Declared in <openssl/bio.h>

BIO_METHOD const*
BIO_s_mem();

Return Value

Pointer to the static memory BIO method for use with BIO_new().