From 56cae0f3a484cbcb20569b68917f1810a0c2f4a4 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 1 Apr 2013 00:54:58 +0200 Subject: Remove legacy code, mostly related to 1.2 compatibility --- src/modules/m_sha256.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules/m_sha256.cpp') diff --git a/src/modules/m_sha256.cpp b/src/modules/m_sha256.cpp index 86970968a..360b18ddd 100644 --- a/src/modules/m_sha256.cpp +++ b/src/modules/m_sha256.cpp @@ -263,11 +263,6 @@ class HashSHA256 : public HashProvider return std::string((char*)bytes, SHA256_DIGEST_SIZE); } - std::string sumIV(unsigned int* IV, const char* HexMap, const std::string &sdata) - { - return ""; - } - HashSHA256(Module* parent) : HashProvider(parent, "hash/sha256", 32, 64) {} }; -- cgit v1.3.1-10-gc9f91