From 17cd26348c4e8b5a24eb039d141026af396295ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 8 Sep 2009 14:45:54 +0000 Subject: [PATCH] texts changed --- src/cryptoki.hxx | 394 +++++++++++++++++++++++------------------------ 1 file changed, 197 insertions(+), 197 deletions(-) diff --git a/src/cryptoki.hxx b/src/cryptoki.hxx index 9b61640..967aead 100644 --- a/src/cryptoki.hxx +++ b/src/cryptoki.hxx @@ -36,7 +36,7 @@ namespace cryptoki { #define UNDEF_CRYPTOKI_FN_LOG #endif - std::string hex(const std::string& data) { + inline std::string hex(const std::string& data) { std::stringstream res; for (std::string::const_iterator it(data.begin()); it!=data.end(); ++it) res<