Fix "error LNK2019: unresolved external symbol TestAutoSeededX917()" under Windows Phone

pull/425/head
Jeffrey Walton 2017-05-18 09:35:09 -04:00
parent a090aad8d2
commit 9dcb72f9e5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ bool ValidateAll(bool thorough)
bool pass=TestSettings(); bool pass=TestSettings();
pass=TestOS_RNG() && pass; pass=TestOS_RNG() && pass;
pass=TestRandomPool() && pass; pass=TestRandomPool() && pass;
#if !defined(NO_OS_DEPENDENCE) #if !defined(NO_OS_DEPENDENCE) && defined(OS_RNG_AVAILABLE)
pass=TestAutoSeededX917() && pass; pass=TestAutoSeededX917() && pass;
#endif #endif
// pass=TestSecRandom() && pass; // pass=TestSecRandom() && pass;