projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Better Linux compilation compability
[proxmark3-svn]
/
armsrc
/
aes.c
diff --git
a/armsrc/aes.c
b/armsrc/aes.c
index 3df006bb355f2b0f7db494b36f98c8fd53355868..a199d04b7dc8d48bacbf446de619406385320159 100644
(file)
--- a/
armsrc/aes.c
+++ b/
armsrc/aes.c
@@
-1,4
+1,3
@@
-#include "stdio.h"
#include "aes.h"
static const unsigned int Te0[256] = {
@@
-1138,6
+1137,9
@@
int AesDecrypt(AesCtx *pCtx, unsigned char *pCipher, unsigned char *pData, unsig
//////////////////////////////////////////////////////////////////////////////
#ifndef EMBEDDED
+
+#include <stdio.h>
+
int main()
{
AesCtx ctx;
Impressum
,
Datenschutz