some minor changes; refs #8
This commit is contained in:
@@ -32,7 +32,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
// Parameters to set for the dynamic loader
|
||||
CHECK(ENGINE_ctrl_cmd_string(e, "SO_PATH", "./libengine_act.so", 0));
|
||||
CHECK(ENGINE_ctrl_cmd_string(e, "ID", "securetoken", 0));
|
||||
CHECK(ENGINE_ctrl_cmd_string(e, "ID", "act", 0));
|
||||
CHECK(ENGINE_ctrl_cmd_string(e, "LIST_ADD", "1", 0));
|
||||
|
||||
// Now actually load the SecureToken engine.
|
||||
|
Reference in New Issue
Block a user