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
Name |
Description |
e |
ENGINE to query. |
Created with MrDocs