ERR_add_error_data

Append concatenated C strings as auxiliary data to the most recent error.

Synopsis

Declared in <openssl/err.h>

void
ERR_add_error_data(int num, ...);

Parameters

NameDescription
numNumber of following NUL-terminated char * arguments to concatenate (total length per error capped at 4096 bytes).