diff options
Diffstat (limited to 'protocols/AimOscar/src/utility.h')
-rwxr-xr-x[-rw-r--r--] | protocols/AimOscar/src/utility.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/AimOscar/src/utility.h b/protocols/AimOscar/src/utility.h index 447d78538e..f5f6e0ef53 100644..100755 --- a/protocols/AimOscar/src/utility.h +++ b/protocols/AimOscar/src/utility.h @@ -31,6 +31,8 @@ inline int cap_cmp(const char* cap, const char* cap2) { return memcmp(cap, cap2, inline const char* alpha_cap_str(char ver) { return (ver & 0x80) ? " Alpha" : ""; }
inline const char* secure_cap_str(char* ver) { return (*(int*)ver == 0xDEC0FE5A) ? " + SecureIM" : ""; }
+void hmac_sha256(const char *key, const char *msg, char *buf);
+
struct BdListItem
{
|