fix bug caused by import_gcry modifications

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-23 02:01:39 +02:00
parent 8306591ff3
commit 4879d87871

View file

@ -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