X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm09000.cl;h=978ce0eb26f1f452eb7ac1990e93726905e478e0;hb=0b3743ce943c055e4497ea387975cc37c82bd443;hp=fa71adeef613c764cc2a0d27c0d5e179bd7953c2;hpb=c2976785362be3ad0b8167873a1151c181bd64c9;p=hashcat.git diff --git a/OpenCL/m09000.cl b/OpenCL/m09000.cl index fa71ade..978ce0e 100644 --- a/OpenCL/m09000.cl +++ b/OpenCL/m09000.cl @@ -370,7 +370,7 @@ __constant u32 c_sbox3[256] = L ^= P[17]; \ } -static void sha1_transform (const u32 w0[4], const u32 w1[4], const u32 w2[4], const u32 w3[4], u32 digest[5]) +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 B = digest[1];