]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/desfire_crypto.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / armsrc / desfire_crypto.h
index 698f11e32ea836ec9f902931712b6ecc8064708d..7be85bfbad331dd21c38291334550a878b868fc4 100644 (file)
@@ -1,14 +1,19 @@
 #ifndef __DESFIRE_CRYPTO_H
 #define __DESFIRE_CRYPTO_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <string.h>
-#include <strings.h>
-#include <stdarg.h>
+//#include "apps.h"
+#include "crc32.h"
 #include "printf.h"
-
+#include "desfire.h"
 #include "iso14443a.h"
-#include "../common/desfire.h"
-#include "des.h"
-//#include "aes.h"
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif
Impressum, Datenschutz