X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9d590832a18fd34abd2c7966f14a30f58e87e1a1..2605eca35af13ad8246454530d602c7c5a72bf10:/client/cmdhfmfhard.c diff --git a/client/cmdhfmfhard.c b/client/cmdhfmfhard.c index 2cec9b7c..12a36295 100644 --- a/client/cmdhfmfhard.c +++ b/client/cmdhfmfhard.c @@ -1399,7 +1399,7 @@ static const uint64_t crack_states_bitsliced(statelist_t *p){ bitslice_t * restrict lstate_p = _aligned_malloc((STATE_SIZE+ROLLBACK_SIZE) * bSize, bSize); #endif #else - #ifdef defined(__APPLE__) + #ifdef __APPLE__ bitslice_t * restrict lstate_p = malloc((STATE_SIZE+ROLLBACK_SIZE) * bSize); #else bitslice_t * restrict lstate_p = memalign(bSize, (STATE_SIZE+ROLLBACK_SIZE) * bSize);