From 4879d87871dceba99558c7911cc15b9ddee4b4bf Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sat, 23 Apr 2011 02:01:39 +0200 Subject: [PATCH] fix bug caused by import_gcry modifications --- util/import_gcry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/import_gcry.py b/util/import_gcry.py index 0ebfd1f56..727492f10 100644 --- a/util/import_gcry.py +++ b/util/import_gcry.py @@ -153,8 +153,8 @@ for cipher_file in cipher_files: print ("ERROR: Unknown digest blocksize: %s\n" % mdname) exit (1) - fw.write (" .blocksize = %s\n" - % mdblocksizes [mdname]) + fw.write (" .blocksize = %s\n" + % mdblocksizes [mdname]) ismd = False iscipher = False iscomma = not re.search (",$", line) is None