Fixed issue where multiple hashes with the same salt would fail to crack in module/kernel for 9500. Remove unused include in module for 9600.

This commit is contained in:
Chick3nman
2019-09-05 05:27:39 -05:00
parent 3b4fdfc32b
commit 253db764b7
3 changed files with 15 additions and 7 deletions

View File

@@ -9,7 +9,6 @@
#include "bitops.h"
#include "convert.h"
#include "shared.h"
#include "memory.h"
static const u32 ATTACK_EXEC = ATTACK_EXEC_OUTSIDE_KERNEL;
static const u32 DGST_POS0 = 0;