diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 501e0c7dd..ffbd6b552 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -10178,7 +10178,7 @@ static int ecc_sig_test(WC_RNG* rng, ecc_key* key) int ret; word32 sigSz; int size; - byte out[75]; + byte out[ECC_MAX_SIG_SIZE]; byte in[] = "Everyone gets Friday off."; word32 inLen = (word32)XSTRLEN((char*)in);