fix bug caused by import_gcry modifications
This commit is contained in:
parent
8306591ff3
commit
4879d87871
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue