aboutsummaryrefslogtreecommitdiffstats
path: root/checks/block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/block.cpp')
-rw-r--r--checks/block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/block.cpp b/checks/block.cpp
index b9613e542..1e7de3726 100644
--- a/checks/block.cpp
+++ b/checks/block.cpp
@@ -25,7 +25,7 @@ class ECB_Encryption_ErrorCheck : public Filter
const SymmetricKey& key) :
BLOCKSIZE(block_size_of(cipher_name))
{
- const std::string HASH = "SHA-1";
+ const std::string HASH = "CRC32";
cipher = get_block_cipher(cipher_name);
input_hash = get_hash(HASH);