diff --git a/src/std_utils.hh b/src/std_utils.hh index 7275c93..ff226b1 100644 --- a/src/std_utils.hh +++ b/src/std_utils.hh @@ -105,7 +105,7 @@ namespace pEp { template std::string bin2hex(const T &bin); template - T hex2bin(const std::string &hex_str); + std::vector hex2bin(const std::string &hex_str); } // namespace Utils } // namespace pEp