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
Name |
Description |
sep |
Optional separator inserted before the BIO contents when needed, or NULL. |
bio |
Memory BIO whose contents are appended (a trailing NUL is added if missing). |
Created with MrDocs