From ab1dabebbed7ceb612948b54f72dc83e7b33fb41 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 19 Sep 2017 12:19:46 +0200 Subject: [PATCH] Fix missing include in -m 2501 --- OpenCL/m02501.cl | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenCL/m02501.cl b/OpenCL/m02501.cl index d7eed5eb1..c82fb4e4e 100644 --- a/OpenCL/m02501.cl +++ b/OpenCL/m02501.cl @@ -13,6 +13,7 @@ #include "inc_simd.cl" #include "inc_hash_md5.cl" #include "inc_hash_sha1.cl" +#include "inc_hash_sha256.cl" #include "inc_cipher_aes.cl" #define COMPARE_S "inc_comp_single.cl"