mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: @pwpiwi 's fix 50365fedcb
This commit is contained in:
parent
abb215301c
commit
569009f3f7
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue