mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
Fix missing include in -m 2501
This commit is contained in:
parent
2517292ac1
commit
ab1dabebbe
@ -13,6 +13,7 @@
|
|||||||
#include "inc_simd.cl"
|
#include "inc_simd.cl"
|
||||||
#include "inc_hash_md5.cl"
|
#include "inc_hash_md5.cl"
|
||||||
#include "inc_hash_sha1.cl"
|
#include "inc_hash_sha1.cl"
|
||||||
|
#include "inc_hash_sha256.cl"
|
||||||
#include "inc_cipher_aes.cl"
|
#include "inc_cipher_aes.cl"
|
||||||
|
|
||||||
#define COMPARE_S "inc_comp_single.cl"
|
#define COMPARE_S "inc_comp_single.cl"
|
||||||
|
Loading…
Reference in New Issue
Block a user