diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-25 18:35:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-25 18:35:41 +0300 |
commit | 85da6e58410c6fc027068159d19258c518f4c210 (patch) | |
tree | d614f5c55f70c76c5833081e35cea97cb02bba2a /protocols/WhatsApp/src/utils.h | |
parent | ee5abbbe44376f6b4ba0c373acbf1637ffab3891 (diff) |
WhatsApp: fix for reading & decrypting messages
Diffstat (limited to 'protocols/WhatsApp/src/utils.h')
-rw-r--r-- | protocols/WhatsApp/src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/utils.h b/protocols/WhatsApp/src/utils.h index a3163ad88d..f102c47c2a 100644 --- a/protocols/WhatsApp/src/utils.h +++ b/protocols/WhatsApp/src/utils.h @@ -203,6 +203,7 @@ CMStringA file2string(const wchar_t *pwszFileName); CMStringA directPath2url(const char *pszDirectPath); std::string decodeBinStr(const std::string &buf); +MBinBuffer decodeBufStr(const std::string &buf); MBinBuffer aesDecrypt( const EVP_CIPHER *cipher, |