X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm09820_a1.cl;h=f8025e57b386f48421225409ac24f2ea7456c97c;hb=0b3743ce943c055e4497ea387975cc37c82bd443;hp=1139a70aa7c2530dac54997bc172100e7420f73d;hpb=c2976785362be3ad0b8167873a1151c181bd64c9;p=hashcat.git diff --git a/OpenCL/m09820_a1.cl b/OpenCL/m09820_a1.cl index 1139a70..f8025e5 100644 --- a/OpenCL/m09820_a1.cl +++ b/OpenCL/m09820_a1.cl @@ -20,7 +20,7 @@ #include "OpenCL/common.c" #include "OpenCL/simd.c" -static void sha1_transform (const u32x w0[4], const u32x w1[4], const u32x w2[4], const u32x w3[4], u32x digest[5]) +void sha1_transform (const u32x w0[4], const u32x w1[4], const u32x w2[4], const u32x w3[4], u32x digest[5]) { u32x A = digest[0]; u32x B = digest[1];