1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-16 19:58:25 +00:00

Merge pull request #229 from Fist0urs/format_krb5tgs

Cosmetic change -m 13100
This commit is contained in:
Jens Steube 2016-02-17 15:11:43 +01:00
commit 2790bc7baf

View File

@ -140,7 +140,7 @@ static u8 rc4_next_16 (__local RC4_KEY *rc4_key, u8 i, u8 j, __global u32 in[4],
return j;
}
static int decrypt_and_check (__local RC4_KEY *rc4_key, u32 data[4], __global u32* edata2 /*, u32 edata2_len */)
static int decrypt_and_check (__local RC4_KEY *rc4_key, u32 data[4], __global u32* edata2)
{
rc4_init_16 (rc4_key, data);