aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/python/botan.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/botan.py b/src/python/botan.py
index 50f8d55d6..6e5f457b3 100755
--- a/src/python/botan.py
+++ b/src/python/botan.py
@@ -716,7 +716,6 @@ def test():
print('y %s\n' % (hex_encode(pbkdf('PBKDF2(SHA-256)', 'xyz', 32, iterations, salt)[2])))
def test_bcrypt():
-
print("Testing Bcrypt...")
r = rng()
phash = bcrypt('testing', r)