]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfhard.c
FIX: a define which was wrong
[proxmark3-svn] / client / cmdhfmfhard.c
index 2cec9b7c945ceecdc0c5cd4542aaab636669a051..12a362956d16cffbfeae1529e77fc536127a0b10 100644 (file)
@@ -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);
Impressum, Datenschutz