mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-24 08:58:50 +00:00
fix crossBuild error (windows)
This commit is contained in:
parent
f47c0cc4e9
commit
578c7e91d4
@ -2311,7 +2311,7 @@ typedef struct user_options
|
|||||||
bool backend_ignore_hip;
|
bool backend_ignore_hip;
|
||||||
bool backend_ignore_metal;
|
bool backend_ignore_metal;
|
||||||
bool backend_ignore_opencl;
|
bool backend_ignore_opencl;
|
||||||
uint backend_info;
|
unsigned int backend_info;
|
||||||
bool optimized_kernel_enable;
|
bool optimized_kernel_enable;
|
||||||
bool multiply_accel_disable;
|
bool multiply_accel_disable;
|
||||||
bool outfile_autohex;
|
bool outfile_autohex;
|
||||||
|
Loading…
Reference in New Issue
Block a user