ERR_add_error_mem_bio

Append the contents of memory BIO bio as auxiliary data to the most recent error.

Synopsis

Declared in <openssl/err.h>

void
ERR_add_error_mem_bio(
    char const* sep,
    BIO* bio);

Parameters

NameDescription
sepOptional separator inserted before the BIO contents when needed, or NULL.
bioMemory BIO whose contents are appended (a trailing NUL is added if missing).