diff --git a/OpenCL/m21000_a3-pure.cl b/OpenCL/m21000_a3-pure.cl index 7ff68d9cb..87c56c54f 100644 --- a/OpenCL/m21000_a3-pure.cl +++ b/OpenCL/m21000_a3-pure.cl @@ -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);