]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fix compile error (issue #116): remove #include <time.h> in ARM sources
authorpwpiwi <pwpiwi@users.noreply.github.com>
Thu, 25 Jun 2015 14:58:54 +0000 (16:58 +0200)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Thu, 25 Jun 2015 14:58:54 +0000 (16:58 +0200)
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