summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/Hash/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypto/SelfTest/Hash/common.py')
-rw-r--r--lib/Crypto/SelfTest/Hash/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypto/SelfTest/Hash/common.py b/lib/Crypto/SelfTest/Hash/common.py
index 2b3cbc3..2e1a107 100644
--- a/lib/Crypto/SelfTest/Hash/common.py
+++ b/lib/Crypto/SelfTest/Hash/common.py
@@ -235,7 +235,7 @@ def make_hash_tests(module, module_name, test_data, digest_size, oid=None):
if len(row) < 3:
description = repr(input)
else:
- description = row[2].encode('latin-1')
+ description = row[2]
name = "%s #%d: %s" % (module_name, i+1, description)
tests.append(HashSelfTest(module, name, expected, input))
name = "%s #%d: digest_size" % (module_name, i+1)