Append text to the most recent error, optionally inserting a separator first.
Declared in <openssl/err.h>
void
ERR_add_error_txt(
char const* sepr,
char const* txt);
| Name | Description |
|---|---|
| sepr | Separator inserted before txt when the top entry has no data yet, or NULL. |
| txt | Additional text to append (may be split across new queue entries if too long). |