mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build fix.
This commit is contained in:
parent
4db1839607
commit
00c21e4bcc
@ -140,7 +140,7 @@ BOOST_AUTO_TEST_CASE(cryptopp_ecdsa_sipaseckp256k1)
|
||||
KeyPair key(secret);
|
||||
|
||||
bytes m(1, 0xff);
|
||||
int tests = 2
|
||||
int tests = 2;
|
||||
while (m[0]++, tests--)
|
||||
{
|
||||
h256 hm(sha3(m));
|
||||
|
Loading…
Reference in New Issue
Block a user