Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Feb 16, 2022
1 parent 72ec7bf commit 6d5bb3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/mfd_aes_brute/aes-ni.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit 6d5bb3e

Please sign in to comment.