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"
|
print ("ERROR: Unknown digest blocksize: %s\n"
|
||||||
% mdname)
|
% mdname)
|
||||||
exit (1)
|
exit (1)
|
||||||
fw.write (" .blocksize = %s\n"
|
fw.write (" .blocksize = %s\n"
|
||||||
% mdblocksizes [mdname])
|
% mdblocksizes [mdname])
|
||||||
ismd = False
|
ismd = False
|
||||||
iscipher = False
|
iscipher = False
|
||||||
iscomma = not re.search (",$", line) is None
|
iscomma = not re.search (",$", line) is None
|
||||||
|
|
Loading…
Reference in a new issue