ERR_reason_error_string

Return the registered reason-string for a packed error code.

Synopsis

Declared in <openssl/err.h>

char const*
ERR_reason_error_string(unsigned long e);

Return Value

Reason description string (do not free), or NULL if none is registered.

Parameters

NameDescription
ePacked error code whose reason field is looked up.