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<