mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
Do not use uint if not needed
This commit is contained in:
parent
0a8c7fab1c
commit
891a5beef8
@ -56,7 +56,7 @@ typedef int64_t i64;
|
||||
// there's no such thing in plain C, therefore all vector operation cannot work in this emu
|
||||
// which is why VECT_SIZE is set to 1
|
||||
|
||||
typedef uint uint4;
|
||||
typedef uint32_t uint4;
|
||||
|
||||
// timer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user