1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-22 22:58:30 +00:00

Merge pull request #3187 from matrix/fix_crossBuild

fix crossBuild error (windows)
This commit is contained in:
Jens Steube 2022-02-17 09:49:08 +01:00 committed by GitHub
commit 8268f4a5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2311,7 +2311,6 @@ typedef struct user_options
bool backend_ignore_hip;
bool backend_ignore_metal;
bool backend_ignore_opencl;
uint backend_info;
bool optimized_kernel_enable;
bool multiply_accel_disable;
bool outfile_autohex;
@ -2366,6 +2365,7 @@ typedef struct user_options
const char *rule_buf_r;
const char *session;
u32 attack_mode;
u32 backend_info;
u32 bitmap_max;
u32 bitmap_min;
#ifdef WITH_BRAIN