mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix compilation
This commit is contained in:
parent
72ec7bf27b
commit
6d5bb3eace
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#define __AES_NI_H__
|
||||
|
||||
#include "aes-ni.h"
|
||||
#include <stdint.h> //for int8_t
|
||||
#include <string.h> //for memcmp
|
||||
#include <wmmintrin.h> //for intrinsics for AES-NI
|
||||
// #include <stdint.h> //for int8_t
|
||||
// #include <string.h> //for memcmp
|
||||
// #include <wmmintrin.h> //for intrinsics for AES-NI
|
||||
//compile using gcc and following arguments: -g;-O0;-Wall;-msse2;-msse;-march=native;-maes
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue