1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00

fix bug in 21000 a3 kernel

This commit is contained in:
Gabriele Gristina 2019-07-31 15:21:03 +02:00
parent bba2ee65a2
commit d045c0f62a

View File

@ -60,7 +60,7 @@ KERNEL_FQ void m21000_mxx (KERN_ATTR_VECTOR ())
sha512_final_vector (&ctx0);
sha512_ctx_t ctx;
sha512_ctx_vector_t ctx;
sha512_init_vector (&ctx);
@ -154,7 +154,7 @@ KERNEL_FQ void m21000_sxx (KERN_ATTR_VECTOR ())
sha512_final_vector (&ctx0);
sha512_ctx_t ctx;
sha512_ctx_vector_t ctx;
sha512_init_vector (&ctx);