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
Name |
Description |
e |
Error code as returned by ERR_get_error() (library field is used). |
Created with MrDocs