mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-17 04:08:34 +00:00
Fixed win8phone_t type in interface.c
This commit is contained in:
parent
fdf63705c5
commit
3203ad4e89
@ -12800,7 +12800,7 @@ int win8phone_parse_hash (char *input_buf, uint input_len, hash_t *hash_buf, con
|
|||||||
|
|
||||||
salt_t *salt = hash_buf->salt;
|
salt_t *salt = hash_buf->salt;
|
||||||
|
|
||||||
win8phone_t *esalt = hash_buf->esalt;
|
win8phone_t *esalt = (win8phone_t *) hash_buf->esalt;
|
||||||
|
|
||||||
digest[0] = hex_to_u32 ((const u8 *) &input_buf[ 0]);
|
digest[0] = hex_to_u32 ((const u8 *) &input_buf[ 0]);
|
||||||
digest[1] = hex_to_u32 ((const u8 *) &input_buf[ 8]);
|
digest[1] = hex_to_u32 ((const u8 *) &input_buf[ 8]);
|
||||||
|
Loading…
Reference in New Issue
Block a user