1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 21:51:07 +00:00

Fix. Added undef INVALID_SEPARATOR_POINTER

This commit is contained in:
DoZ10 2017-06-06 13:29:50 -04:00
parent 990a72affe
commit 531473cc72

View File

@ -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);
return (PARSER_OK);
#undef INVALID_SEPARATOR_POINTER
}