ENGINE_cmd_is_executable

This function tests if an ENGINE-specific command is usable as a "setting". Eg. in an application's config file that gets processed through ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to ENGINE_ctrl_cmd_string(), only ENGINE_ctrl().

extern (C) nothrow @nogc
int
ENGINE_cmd_is_executable

Meta