ERR_lib_error_string

Return the human-readable library name for a packed error code.

Synopsis

Declared in <openssl/err.h>

char const*
ERR_lib_error_string(unsigned long e);

Return Value

Internal library name string (do not free), or NULL if unknown.

Parameters

NameDescription
eError code as returned by ERR_get_error() (library field is used).