Return the human-readable library name for a packed error code.
Declared in <openssl/err.h>
char const*
ERR_lib_error_string(unsigned long e);
Internal library name string (do not free), or NULL if unknown.
| Name | Description |
|---|---|
| e | Error code as returned by ERR_get_error() (library field is used). |