1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +00:00

Remove extra token at end of #include directive

This commit is contained in:
jsteube 2018-01-25 23:48:31 +01:00
parent e1eab586fd
commit a9d5f571b7

View File

@ -10,7 +10,7 @@
#include "inc_hash_functions.cl"
#include "inc_types.cl"
#include "inc_common.cl"
#include "inc_simd.cl",
#include "inc_simd.cl"
#define BLAKE2B_FINAL 1
#define BLAKE2B_UPDATE 0