Set library, reason, and optional formatted auxiliary data on the current error entry.
Synopsis
Declared in <openssl/err.h>
void
ERR_set_error(
int lib,
int reason,
char const* fmt, ...);
Parameters
Name |
Description |
lib |
ERR_LIB_* library number for the error. |
reason |
Reason code within |
fmt |
printf‐style format for extra data, or NULL for none; remaining arguments match |
Created with MrDocs