1
0
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:
jsteube 2017-09-19 12:19:46 +02:00
parent 2517292ac1
commit ab1dabebbe

View File

@ -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"