forked from wolfSSL/wolfssl
remove magic number in test case
This commit is contained in:
@@ -10178,7 +10178,7 @@ static int ecc_sig_test(WC_RNG* rng, ecc_key* key)
|
|||||||
int ret;
|
int ret;
|
||||||
word32 sigSz;
|
word32 sigSz;
|
||||||
int size;
|
int size;
|
||||||
byte out[75];
|
byte out[ECC_MAX_SIG_SIZE];
|
||||||
byte in[] = "Everyone gets Friday off.";
|
byte in[] = "Everyone gets Friday off.";
|
||||||
word32 inLen = (word32)XSTRLEN((char*)in);
|
word32 inLen = (word32)XSTRLEN((char*)in);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user