diff --git a/openssl-act-engine/src/test_engine.cpp b/openssl-act-engine/src/test_engine.cpp index 8e93dec..13450cb 100644 --- a/openssl-act-engine/src/test_engine.cpp +++ b/openssl-act-engine/src/test_engine.cpp @@ -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.