mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-23 14:10:57 +00:00
Fix. Added undef INVALID_SEPARATOR_POINTER
This commit is contained in:
parent
990a72affe
commit
531473cc72
@ -5541,6 +5541,8 @@ int chacha20_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_U
|
|||||||
digest[1] = hex_to_u32 ((const u8 *) cipher_marker + 0);
|
digest[1] = hex_to_u32 ((const u8 *) cipher_marker + 0);
|
||||||
|
|
||||||
return (PARSER_OK);
|
return (PARSER_OK);
|
||||||
|
|
||||||
|
#undef INVALID_SEPARATOR_POINTER
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user