aboutsummaryrefslogtreecommitdiffstats
path: root/crypto.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-11-18 19:01:25 +0800
committerGav Wood <i@gavwood.com>2014-11-18 19:01:25 +0800
commit00c21e4bccf901b449fc5b0643f6c848ee0ef847 (patch)
treefb7a51d987719b3d2ffb6f2673101d9cb9c90786 /crypto.cpp
parent4db1839607601313fb23e2947df0caeca1c416fb (diff)
downloaddexon-solidity-00c21e4bccf901b449fc5b0643f6c848ee0ef847.tar
dexon-solidity-00c21e4bccf901b449fc5b0643f6c848ee0ef847.tar.gz
dexon-solidity-00c21e4bccf901b449fc5b0643f6c848ee0ef847.tar.bz2
dexon-solidity-00c21e4bccf901b449fc5b0643f6c848ee0ef847.tar.lz
dexon-solidity-00c21e4bccf901b449fc5b0643f6c848ee0ef847.tar.xz
dexon-solidity-00c21e4bccf901b449fc5b0643f6c848ee0ef847.tar.zst
dexon-solidity-00c21e4bccf901b449fc5b0643f6c848ee0ef847.zip
Build fix.
Diffstat (limited to 'crypto.cpp')
-rw-r--r--crypto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto.cpp b/crypto.cpp
index 87047f0d..08236135 100644
--- a/crypto.cpp
+++ b/crypto.cpp
@@ -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));