ENGINE_get_cmd_defns

Return the control-command definition table registered on an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE_CMD_DEFN const*
ENGINE_get_cmd_defns(ENGINE const* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Array of ENGINE_CMD_DEFN entries (typically terminated by a zero cmd_num), or NULL if unset.

Parameters

NameDescription
eENGINE to query.