aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sha256.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-04-01 00:54:58 +0200
committerGravatar attilamolnar2013-04-01 00:54:58 +0200
commit56cae0f3a484cbcb20569b68917f1810a0c2f4a4 (patch)
tree9840c493ac9f05687a28aff540e9c3ca4025cb67 /src/modules/m_sha256.cpp
parentMark as version 2.2 (diff)
Remove legacy code, mostly related to 1.2 compatibility
Diffstat (limited to 'src/modules/m_sha256.cpp')
-rw-r--r--src/modules/m_sha256.cpp5
1 files changed, 0 insertions, 5 deletions
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) {}
};