]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: a define which was wrong
authoriceman1001 <iceman@iuse.se>
Fri, 6 May 2016 17:30:43 +0000 (19:30 +0200)
committericeman1001 <iceman@iuse.se>
Fri, 6 May 2016 17:30:43 +0000 (19:30 +0200)
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