Return the registered reason-string for a packed error code.
Declared in <openssl/err.h>
char const*
ERR_reason_error_string(unsigned long e);
Reason description string (do not free), or NULL if none is registered.
| Name | Description |
|---|---|
| e | Packed error code whose reason field is looked up. |