]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: moved to header file
authoriceman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 09:31:54 +0000 (10:31 +0100)
committericeman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 09:31:54 +0000 (10:31 +0100)
armsrc/mifareutil.c
armsrc/mifareutil.h

index a9e487819db4ebcae94f08d0a3820e56912eb096..5dfeeab0a76eae5cb0fd374d40ce9dfe8f5c1e6b 100644 (file)
@@ -9,17 +9,7 @@
 // Work with mifare cards.\r
 //-----------------------------------------------------------------------------\r
 \r
-#include "proxmark3.h"\r
-#include "apps.h"\r
-#include "util.h"\r
-#include "string.h"\r
-\r
-#include "iso14443crc.h"\r
-#include "iso14443a.h"\r
-#include "crapto1.h"\r
 #include "mifareutil.h"\r
-#include "parity.h"\r
-#include "des.h"\r
 \r
 int MF_DBGLEVEL = MF_DBG_ALL;\r
 \r
index 775a203689ef569659aeac8394455f1e10327c28..f59ab8068e1fe04c83f8d1d867bbd1953631b925 100644 (file)
@@ -8,11 +8,21 @@
 //-----------------------------------------------------------------------------\r
 // code for work with mifare cards.\r
 //-----------------------------------------------------------------------------\r
-#include "crapto1.h"\r
 \r
 #ifndef __MIFAREUTIL_H\r
 #define __MIFAREUTIL_H\r
 \r
+\r
+#include "proxmark3.h"\r
+#include "apps.h"\r
+#include "util.h"\r
+#include "string.h"\r
+#include "iso14443crc.h"\r
+#include "iso14443a.h"\r
+#include "crapto1.h"\r
+#include "parity.h"\r
+//#include "des.h"\r
+\r
 // mifare authentication\r
 #define CRYPT_NONE    0\r
 #define CRYPT_ALL     1\r
Impressum, Datenschutz