From c1adae2fe42e7eb563d259d8c69a8cb202e64d86 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Fri, 10 Apr 2015 08:06:59 -0700 Subject: [PATCH] moved FOURK_BUF constant to top of file --- wolfcrypt/test/test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 02518c06b..ab617ca47 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -210,6 +210,9 @@ int pbkdf2_test(void); #endif +/* General big buffer size for many tests. */ +#define FOURK_BUF 4096 + static int err_sys(const char* msg, int es) @@ -3303,9 +3306,6 @@ byte GetEntropy(ENTROPY_CMD cmd, byte* out) #endif - -#define FOURK_BUF 4096 - int rsa_test(void) { byte* tmp;