Return the control-command definition table registered on an ENGINE.
Declared in <openssl/engine.h>
[[deprecated]]
ENGINE_CMD_DEFN const*
ENGINE_get_cmd_defns(ENGINE const* e);
Deprecated. Use of this entity is allowed but discouraged.
Array of ENGINE_CMD_DEFN entries (typically terminated by a zero cmd_num), or NULL if unset.
| Name | Description |
|---|---|
| e | ENGINE to query. |