some minor changes; refs #8

This commit is contained in:
Marc Wäckerlin
2011-01-11 12:22:33 +00:00
parent 42af7e4906
commit f9dae50fbe

View File

@@ -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.