diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 9b3cb3371..04aba2bc0 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -195,13 +195,6 @@ static int devId = INVALID_DEVID; const char* wnrConfigFile = "wnr-example.conf"; #endif -#ifdef HAVE_AESGCM -#define LARGE_BUFFER_SIZE 1024 -static byte large_input[LARGE_BUFFER_SIZE]; -static byte large_output[LARGE_BUFFER_SIZE]; -static byte large_outdec[LARGE_BUFFER_SIZE]; -#endif - typedef struct testVector { const char* input; const char* output; @@ -381,9 +374,6 @@ int wolfcrypt_test(void* args) #endif { int ret; -#ifdef HAVE_AESGCM - int i; -#endif ((func_args*)args)->return_code = -1; /* error state */ @@ -674,8 +664,6 @@ int wolfcrypt_test(void* args) printf( "AES256 test passed!\n"); #ifdef HAVE_AESGCM - for (i=0; i