]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: removed a redundant include to strings.h, which made compilation errors on...
authoriceman1001 <iceman@iuse.se>
Wed, 31 Aug 2016 20:10:06 +0000 (22:10 +0200)
committericeman1001 <iceman@iuse.se>
Wed, 31 Aug 2016 20:10:06 +0000 (22:10 +0200)
armsrc/desfire_crypto.h

index 698f11e32ea836ec9f902931712b6ecc8064708d..47da8354c50ae2058092daca7f6e1feff0ae428b 100644 (file)
@@ -2,7 +2,7 @@
 #define __DESFIRE_CRYPTO_H
 
 #include <string.h>
-#include <strings.h>
+//#include <strings.h>
 #include <stdarg.h>
 #include "printf.h"
 
Impressum, Datenschutz