mirror of
https://github.com/hashcat/hashcat
synced 2025-03-30 04:09:05 +02:00
Testfix for osx
This commit is contained in:
parent
66d94b06e4
commit
4e5da084f2
@ -24,10 +24,10 @@ typedef uint16_t ushort;
|
|||||||
typedef uint32_t uint;
|
typedef uint32_t uint;
|
||||||
typedef uint64_t ulong;
|
typedef uint64_t ulong;
|
||||||
|
|
||||||
typedef uchar u8;
|
typedef uint8_t u8;
|
||||||
typedef ushort u16;
|
typedef uint16_t u16;
|
||||||
typedef uint u32;
|
typedef uint32_t u32;
|
||||||
typedef ulong u64;
|
typedef uint64_t u64;
|
||||||
|
|
||||||
// there's no such thing in plain C, therefore all vector operation cannot work in this emu
|
// 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
|
// which is why VECT_SIZE is set to 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user