ADD: @pwpiwi 's fix 50365fedcb

This commit is contained in:
iceman1001 2015-06-18 13:51:00 +02:00
commit 569009f3f7
3 changed files with 3 additions and 3 deletions

View file

@ -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;