Append concatenated C strings as auxiliary data to the most recent error.
Declared in <openssl/err.h>
void
ERR_add_error_data(int num, ...);
| Name | Description |
|---|---|
| num | Number of following NUL-terminated char * arguments to concatenate (total length per error capped at 4096 bytes). |