forked from wolfSSL/wolfssl
moved FOURK_BUF constant to top of file
This commit is contained in:
@ -210,6 +210,9 @@ int pbkdf2_test(void);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/* General big buffer size for many tests. */
|
||||||
|
#define FOURK_BUF 4096
|
||||||
|
|
||||||
|
|
||||||
static int err_sys(const char* msg, int es)
|
static int err_sys(const char* msg, int es)
|
||||||
|
|
||||||
@ -3303,9 +3306,6 @@ byte GetEntropy(ENTROPY_CMD cmd, byte* out)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define FOURK_BUF 4096
|
|
||||||
|
|
||||||
int rsa_test(void)
|
int rsa_test(void)
|
||||||
{
|
{
|
||||||
byte* tmp;
|
byte* tmp;
|
||||||
|
Reference in New Issue
Block a user