Return the human-readable name string of an ENGINE.
Declared in <openssl/engine.h>
[[deprecated]]
char const*
ENGINE_get_name(ENGINE const* e);
Deprecated. Use of this entity is allowed but discouraged.
NUL-terminated name, or NULL if unset.
| Name | Description |
|---|---|
| e | ENGINE to query. |