From 048b14f6c64bfdb0bdda93e5129064aa5f4f4d27 Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 18 Oct 2017 12:57:48 +0200 Subject: [PATCH] Fix missed set of attribute skipped_temp --- src/opencl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/opencl.c b/src/opencl.c index cbaacb326..f775afa5e 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -3652,6 +3652,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx) bool skipped_temp = false; + #if defined (__APPLE__) /** * If '--force' is not set, we proceed to excluding unstable hash-modes, @@ -3672,6 +3673,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx) skipped_temp = true; } + #endif // __APPLE__ if ((skipped_temp == true) && (user_options->force == false)) {