diff --git a/client/deps/hardnested/hardnested_bf_core.c b/client/deps/hardnested/hardnested_bf_core.c index a84ce0df9..c91df187c 100644 --- a/client/deps/hardnested/hardnested_bf_core.c +++ b/client/deps/hardnested/hardnested_bf_core.c @@ -442,9 +442,18 @@ uint64_t CRACK_STATES_BITSLICED(uint32_t cuid, uint8_t *best_first_bytes, statel #if MAX_BITSLICES > 64 && results.bytes64[1] == 0 #endif +#if MAX_BITSLICES > 64 + && results.bytes64[1] == 0 +#endif #if MAX_BITSLICES > 128 && results.bytes64[2] == 0 && results.bytes64[3] == 0 +#endif +#if MAX_BITSLICES > 256 + && results.bytes64[4] == 0 + && results.bytes64[5] == 0 + && results.bytes64[6] == 0 + && results.bytes64[7] == 0 #endif ) { #if defined (DEBUG_BRUTE_FORCE)