X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm09500.cl;h=4fc5b74c535bcbbe71266323c4a7cab6ad0184d4;hb=50f39b3563fa429dbec441288bd9a21fc328c21e;hp=dfb6fd8b515340a7fc8ce2e3b5b0e8875d5d9736;hpb=88284108b314739db4f6cb913f68e3faa5113753;p=hashcat.git diff --git a/OpenCL/m09500.cl b/OpenCL/m09500.cl index dfb6fd8..4fc5b74 100644 --- a/OpenCL/m09500.cl +++ b/OpenCL/m09500.cl @@ -1098,7 +1098,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m09500_init (__gl u32 pw_len = pws[gid].pw_len; - append_0x80_4 (w0, w1, w2, w3, pw_len); + append_0x80_4x4 (w0, w1, w2, w3, pw_len); make_unicode (w1, w2, w3); make_unicode (w0, w0, w1);