mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
Workaround ROCm compiler error in aes256_ExpandKey()
This commit is contained in:
parent
8c9c36ee2a
commit
6c619155c3
@ -947,7 +947,7 @@ static void aes256_ExpandKey (u32 *ks, const u32 *ukey, SHM_TYPE u32 *s_te0, SHM
|
||||
ks[j + 10] = ks[j + 2] ^ ks[j + 9];
|
||||
ks[j + 11] = ks[j + 3] ^ ks[j + 10];
|
||||
|
||||
if (i == 6) continue;
|
||||
if (i == 6) break;
|
||||
|
||||
const u32 temp2 = ks[j + 11];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user