Fix Crypto DH test
For reference, checkout https://github.com/search?q=005aa69c0a97edcc9e8eb887f8b4be8e090b8299&type=commits
This commit is contained in:
parent
48a5889eb7
commit
ef18e8a9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ BOOST_AUTO_TEST_CASE(dh_test)
|
||||||
alice.p.clear(); alice.p.push_back(100); alice.p.push_back(2);
|
alice.p.clear(); alice.p.push_back(100); alice.p.push_back(2);
|
||||||
BOOST_CHECK( !alice.validate() );
|
BOOST_CHECK( !alice.validate() );
|
||||||
alice.p = bob.p;
|
alice.p = bob.p;
|
||||||
alice.g = 9;
|
alice.g = 1;
|
||||||
BOOST_CHECK( !alice.validate() );
|
BOOST_CHECK( !alice.validate() );
|
||||||
|
|
||||||
// It ain't easy...
|
// It ain't easy...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue