mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-17 01:52:06 +00:00
Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ...
This commit is contained in:
parent
646a47236c
commit
02185811cc
@ -34,7 +34,7 @@ __constant u32 k_sha256[64] =
|
|||||||
SHA256C3c, SHA256C3d, SHA256C3e, SHA256C3f,
|
SHA256C3c, SHA256C3d, SHA256C3e, SHA256C3f,
|
||||||
};
|
};
|
||||||
|
|
||||||
void sha256_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[8])
|
static void sha256_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[8])
|
||||||
{
|
{
|
||||||
u32 a = digest[0];
|
u32 a = digest[0];
|
||||||
u32 b = digest[1];
|
u32 b = digest[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user