Build fix.

This commit is contained in:
Gav Wood 2014-11-18 12:01:25 +01:00
parent 4db1839607
commit 00c21e4bcc

View File

@ -140,7 +140,7 @@ BOOST_AUTO_TEST_CASE(cryptopp_ecdsa_sipaseckp256k1)
KeyPair key(secret); KeyPair key(secret);
bytes m(1, 0xff); bytes m(1, 0xff);
int tests = 2 int tests = 2;
while (m[0]++, tests--) while (m[0]++, tests--)
{ {
h256 hm(sha3(m)); h256 hm(sha3(m));