fix issue #116: remove includes of stdio.h in armsrc
This commit is contained in:
parent
01d5b635cf
commit
50365fedcb
@ -1,4 +1,3 @@
|
|||||||
#include "stdio.h"
|
|
||||||
#include "aes.h"
|
#include "aes.h"
|
||||||
|
|
||||||
static const unsigned int Te0[256] = {
|
static const unsigned int Te0[256] = {
|
||||||
@ -1138,6 +1137,9 @@ int AesDecrypt(AesCtx *pCtx, unsigned char *pCipher, unsigned char *pData, unsig
|
|||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef EMBEDDED
|
#ifndef EMBEDDED
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
AesCtx ctx;
|
AesCtx ctx;
|
||||||
|
|||||||
@ -61,7 +61,6 @@
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
#include "optimized_cipher.h"
|
#include "optimized_cipher.h"
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
#include <stdio.h>
|
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user