Backout change to validate3.cpp

It was modified for local testing, and cross-pollinated into the last commit.
pull/765/head
Jeffrey Walton 2018-12-14 12:25:15 -05:00
parent 4f64bb8eb3
commit 17d7a70501
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ NAMESPACE_BEGIN(Test)
bool ValidateAll(bool thorough) bool ValidateAll(bool thorough)
{ {
bool pass=TestSettings(); bool pass=TestSettings();
pass=TestCurve25519() && pass;
pass=ValidateX25519() && pass;
pass=TestOS_RNG() && pass; pass=TestOS_RNG() && pass;
pass=TestRandomPool() && pass; pass=TestRandomPool() && pass;
#if !defined(NO_OS_DEPENDENCE) && defined(OS_RNG_AVAILABLE) #if !defined(NO_OS_DEPENDENCE) && defined(OS_RNG_AVAILABLE)