projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7b242c1
)
fix compile error (issue #116): remove #include <time.h> in ARM sources
author
pwpiwi
<pwpiwi@users.noreply.github.com>
Thu, 25 Jun 2015 14:58:54 +0000
(16:58 +0200)
committer
pwpiwi
<pwpiwi@users.noreply.github.com>
Thu, 25 Jun 2015 14:58:54 +0000
(16:58 +0200)
armsrc/optimized_cipher.c
patch
|
blob
|
blame
|
history
diff --git
a/armsrc/optimized_cipher.c
b/armsrc/optimized_cipher.c
index 2356262114da1123395e534fab0e30da579743b9..bfaf5088fa4ae7cba28e2cc58a489c81b16c3180 100644
(file)
--- a/
armsrc/optimized_cipher.c
+++ b/
armsrc/optimized_cipher.c
@@
-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