From 83bb3dc06a322038cda04caa10813fd80207c766 Mon Sep 17 00:00:00 2001 From: DoZ10 Date: Sun, 7 May 2017 14:23:45 -0400 Subject: [PATCH] Undo test. --- src/opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opencl.c b/src/opencl.c index cf6ffca8c..d5fcd300c 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -1131,7 +1131,7 @@ int choose_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, if (CL_rc == -1) return -1; } - else if (highest_pw_len <= 32) + else if (highest_pw_len < 32) { CL_rc = run_kernel (hashcat_ctx, device_param, KERN_RUN_2, pws_cnt, true, fast_iteration);