From aa8a76500e302d7e1638a1da73fe83d9fbecaec6 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 31 May 2017 20:31:39 +0200 Subject: [PATCH] VS2013 build fix. --- src/Hash_Keccak.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hash_Keccak.cpp b/src/Hash_Keccak.cpp index 131f7fd..5ca74ee 100644 --- a/src/Hash_Keccak.cpp +++ b/src/Hash_Keccak.cpp @@ -155,7 +155,7 @@ MUtils::Hash::Keccak *MUtils::Hash::Keccak::create(const HashBits hashBit, const } if (key) { - keccak->update(((const uint8_t*)key), strlen(key)); + keccak->update(((const Internal::KeccakImpl::UINT8*)key), strlen(key)); } return keccak; } -- 2.11.0