From c7564f0b26a17d80c08dab9f6adb2906fbd760f6 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Thu, 17 Feb 2022 09:48:52 +0100 Subject: [PATCH] Update types.h Please use u32 whenever you want to use "uint" or "unsigned int" --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index 408cfd86a..1f0204172 100644 --- a/include/types.h +++ b/include/types.h @@ -2311,7 +2311,6 @@ typedef struct user_options bool backend_ignore_hip; bool backend_ignore_metal; bool backend_ignore_opencl; - unsigned int 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