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
Name |
Description |
sepr |
Separator inserted before |
txt |
Additional text to append (may be split across new queue entries if too long). |
Created with MrDocs