Rename RNG to WC_RNG for Freescale, add NO_OLD_RNGNAME define to completely remove RNG type usage

This commit is contained in:
Chris Conlon
2015-08-07 11:53:19 -06:00
parent ca41d52f68
commit 5d40c5f566
39 changed files with 214 additions and 201 deletions

View File

@@ -4284,7 +4284,7 @@ static int mp_prime_is_divisible (mp_int * a, int *result)
static const int USE_BBS = 1;
int mp_rand_prime(mp_int* N, int len, RNG* rng, void* heap)
int mp_rand_prime(mp_int* N, int len, WC_RNG* rng, void* heap)
{
int err, res, type;
byte* buf;