Remove restrict mechanism.
[platform/core/security/key-manager.git] / tests / test_common.h
index c4a5865..681bd4d 100644 (file)
@@ -27,4 +27,4 @@ const std::size_t RAW_PASS_SIZE = 32;
 const std::size_t HEX_PASS_SIZE = RAW_PASS_SIZE * 2;
 
 
-std::string rawToHexString(const std::vector<unsigned char> &raw);
+std::string rawToHexString(const CKM::RawBuffer &raw);