mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-01 18:06:05 +00:00
Fix "error C2065: prng undeclared identifier" under Windows Phone
This commit is contained in:
parent
3fe188ba89
commit
ddcd70b152
@ -625,7 +625,7 @@ bool TestRandomPool()
|
||||
std::cout << " GenerateWord32 and Crop\n";
|
||||
}
|
||||
|
||||
#if !defined(NO_OS_DEPENDENCE)
|
||||
#if !defined(NO_OS_DEPENDENCE) && defined(OS_RNG_AVAILABLE)
|
||||
std::cout << "\nTesting AutoSeeded RandomPool generator...\n\n";
|
||||
{
|
||||
AutoSeededRandomPool prng;
|
||||
@ -718,7 +718,7 @@ bool TestRandomPool()
|
||||
return pass;
|
||||
}
|
||||
|
||||
#if !defined(NO_OS_DEPENDENCE)
|
||||
#if !defined(NO_OS_DEPENDENCE) && defined(OS_RNG_AVAILABLE)
|
||||
bool TestAutoSeededX917()
|
||||
{
|
||||
// This tests Auto-Seeding and GenerateIntoBufferedTransformation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user