]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/optimized_cipher.c
Merge remote-tracking branch 'upstream/master' into pm3+reveng
[proxmark3-svn] / armsrc / optimized_cipher.c
index 2356262114da1123395e534fab0e30da579743b9..bfaf5088fa4ae7cba28e2cc58a489c81b16c3180 100644 (file)
@@ -65,7 +65,6 @@
 #include <string.h>
 #include <stdbool.h>
 #include <stdint.h>
-#include <time.h>
 
 
 #define opt_T(s) (0x1 & ((s->t >> 15) ^ (s->t >> 14)^ (s->t >> 10)^ (s->t >> 8)^ (s->t >> 5)^ (s->t >> 4)^ (s->t >> 1)^ s->t))
Impressum, Datenschutz