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

Update brain.c hash_mode access

This commit is contained in:
jsteube 2019-01-03 14:47:50 +01:00
parent e6954ffa6d
commit 704f353395

View File

@ -57,7 +57,7 @@ u32 brain_compute_session (hashcat_ctx_t *hashcat_ctx)
if (user_options->brain_session != 0) return user_options->brain_session;
const u64 seed = (const u64) hashconfig->hash_mode;
const u64 seed = (const u64) user_options->hash_mode;
XXH64_state_t *state = XXH64_createState ();