Test whether an ENGINE control command may be used as a config/setting command (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_cmd_is_executable(
ENGINE* e,
int cmd);
Deprecated. Use of this entity is allowed but discouraged.
1 if cmd is usable via ENGINE_ctrl_cmd_string(), or 0 if it is internal-only / unavailable.
| Name | Description |
|---|---|
| e | ENGINE whose command definitions are queried. |
| cmd | Numeric command identifier from the ENGINE's cmd_defns. |