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

Name

Description

num

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

Created with MrDocs