Backout change to validate3.cpp
It was modified for local testing, and cross-pollinated into the last commit.pull/765/head
parent
4f64bb8eb3
commit
17d7a70501
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue