1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

fix crossBuild error (windows)

This commit is contained in:
Gabriele Gristina 2022-02-17 09:28:29 +01:00
parent f47c0cc4e9
commit 578c7e91d4

View File

@ -2311,7 +2311,7 @@ typedef struct user_options
bool backend_ignore_hip;
bool backend_ignore_metal;
bool backend_ignore_opencl;
uint backend_info;
unsigned int backend_info;
bool optimized_kernel_enable;
bool multiply_accel_disable;
bool outfile_autohex;