From f9dae50fbe6a4a46e71aa50c42d034d959e65b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 11 Jan 2011 12:22:33 +0000 Subject: [PATCH] some minor changes; refs #8 --- openssl-act-engine/src/test_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.