1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-01 02:21:04 +00:00

fixed mode m21310 OpenCL types

This commit is contained in:
hashrepublic 2024-10-29 07:27:11 +01:00
parent 6716447dfc
commit cb99fcf73b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ typedef struct md5_double_salt
} md5_double_salt_t;
KERNEL_FQ void m21310_mxx (KERN_ATTR_ESALT (md5_double_salt))
KERNEL_FQ void m21310_mxx (KERN_ATTR_ESALT (md5_double_salt_t))
{
/**
* modifier

View File

@ -37,7 +37,7 @@ typedef struct md5_double_salt
} md5_double_salt_t;
KERNEL_FQ void m21310_mxx (KERN_ATTR_VECTOR_ESALT (md5_double_salt))
KERNEL_FQ void m21310_mxx (KERN_ATTR_VECTOR_ESALT (md5_double_salt_t))
{
/**
* modifier