mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
Merge 0.9->trunk
This commit is contained in:
commit
96ec63e3c3
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ static void hmac(struct hash_desc *desc, const char *key, size_t key_len,
|
|||
};
|
||||
|
||||
int i;
|
||||
char hashedKey[64]; /* Maximum used digest length */
|
||||
unsigned char hashedKey[64]; /* Maximum used digest length */
|
||||
union xory k_ipad, k_opad;
|
||||
|
||||
if (key_len > 64) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue