define should be larger and private

This commit is contained in:
Aaron Culliney 2014-04-28 11:56:36 -07:00
parent 304442655c
commit 80032e17f9
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,8 @@
#include "testcommon.h"
#define TESTBUF_SZ 1024
static char input_str[TESTBUF_SZ]; // ASCII
static unsigned int input_length = 0;
static unsigned int input_counter = 0;

View File

@ -23,8 +23,6 @@
#define BLANK_SCREEN "6C8ABA272F220F00BE0E76A8659A1E30C2D3CDBE"
#define BOOT_SCREEN "F8D6C781E0BB7B3DDBECD69B25E429D845506594"
#define TESTBUF_SZ 256
#define ASSERT_SHA(SHA_STR) \
do { \
uint8_t md[SHA_DIGEST_LENGTH]; \