aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto.cpp b/crypto.cpp
index 2a206bdd..cd7d8e98 100644
--- a/crypto.cpp
+++ b/crypto.cpp
@@ -139,7 +139,7 @@ BOOST_AUTO_TEST_CASE(cryptopp_ecdsa_sipaseckp256k1)
Secret secret(sha3(sbytes));
KeyPair key(secret);
- bytes m(fromHex("0xFF"));
+ bytes m({0xFF});
int tests = 2;
while (m[0]++, tests--)
{