mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
changed RNG to WC_RNG
This commit is contained in:
@ -16114,7 +16114,7 @@ static int test_wc_curve448_make_key (void)
|
||||
{
|
||||
int ret = 0;
|
||||
#if defined(HAVE_CURVE448)
|
||||
RNG rng;
|
||||
WC_RNG rng;
|
||||
curve448_key key;
|
||||
int keysize;
|
||||
|
||||
@ -16174,7 +16174,7 @@ static int test_wc_curve448_import_private_raw_ex(void)
|
||||
{
|
||||
int ret = 0;
|
||||
#if defined(HAVE_CURVE448)
|
||||
RNG rng;
|
||||
WC_RNG rng;
|
||||
curve448_key key;
|
||||
byte priv[CURVE448_KEY_SIZE];
|
||||
byte pub[CURVE448_KEY_SIZE];
|
||||
|
Reference in New Issue
Block a user