mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Added freerng to 'test_mp_rand'
This commit is contained in:
@ -33738,6 +33738,7 @@ static int test_mp_rand (void)
|
||||
|
||||
printf(resultFmt, ret == 0 ? passed : failed);
|
||||
mp_clear(&a);
|
||||
wc_FreeRng(&rng);
|
||||
#endif
|
||||
return ret;
|
||||
}/* End test_mp_rand*/
|
||||
|
Reference in New Issue
Block a user