mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
Remove extra token at end of #include directive
This commit is contained in:
parent
e1eab586fd
commit
a9d5f571b7
@ -10,7 +10,7 @@
|
|||||||
#include "inc_hash_functions.cl"
|
#include "inc_hash_functions.cl"
|
||||||
#include "inc_types.cl"
|
#include "inc_types.cl"
|
||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#include "inc_simd.cl",
|
#include "inc_simd.cl"
|
||||||
|
|
||||||
#define BLAKE2B_FINAL 1
|
#define BLAKE2B_FINAL 1
|
||||||
#define BLAKE2B_UPDATE 0
|
#define BLAKE2B_UPDATE 0
|
||||||
|
Loading…
Reference in New Issue
Block a user