mirror of
https://github.com/hashcat/hashcat
synced 2025-03-30 04:09:05 +02:00
Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ...
This commit is contained in:
parent
646a47236c
commit
dab6a87148
@ -373,7 +373,7 @@ __constant u32 c_pbox[18] =
|
|||||||
L ^= P[17]; \
|
L ^= P[17]; \
|
||||||
}
|
}
|
||||||
|
|
||||||
void sha1_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[5])
|
static void sha1_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[5])
|
||||||
{
|
{
|
||||||
u32 A = digest[0];
|
u32 A = digest[0];
|
||||||
u32 B = digest[1];
|
u32 B = digest[1];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user