ERR_add_error_txt

Append text to the most recent error, optionally inserting a separator first.

Synopsis

Declared in <openssl/err.h>

void
ERR_add_error_txt(
    char const* sepr,
    char const* txt);

Parameters

NameDescription
seprSeparator inserted before txt when the top entry has no data yet, or NULL.
txtAdditional text to append (may be split across new queue entries if too long).