From 5c17838ca13dc489fd9d4e699dffb81c582cb0a5 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 18 Nov 2014 12:01:25 +0100 Subject: [PATCH] Build fix. --- test/crypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/crypto.cpp b/test/crypto.cpp index 87047f0d4..08236135a 100644 --- a/test/crypto.cpp +++ b/test/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));