From 7b594f13c6b6f9f37a7b8616dadb8895fc208eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 3 Oct 2013 06:33:38 +0000 Subject: [PATCH] typos; refs #27 --- doc/examples/cryptoki-sign-demo.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/cryptoki-sign-demo.cxx b/doc/examples/cryptoki-sign-demo.cxx index 056593e..659827a 100644 --- a/doc/examples/cryptoki-sign-demo.cxx +++ b/doc/examples/cryptoki-sign-demo.cxx @@ -29,7 +29,7 @@ int main(int argc, char** argv) try { std::string lib("libcvP11.so"); std::string slot; std::string cert; - + mrw::args::parse(argc, argv, "Sign a text (optionally several times for performance" " measurements).", @@ -64,7 +64,7 @@ int main(int argc, char** argv) try { cryptoki::SlotInfo si(s->slotinfo()); if (slot.size()&&slot!=si.slotDescription) continue; std::cout<<"Found Slot: "<tokeninfo()); + cryptoki::TokenInfo ti(s->tokeninfo()); std::cout<<"Found token: "<