Complete the transition C-code hashes.
This commit is contained in:
parent
f868b61376
commit
0ef4ec4fd4
@ -98,7 +98,7 @@ sub check_hashes
|
||||
while (<IN>)
|
||||
{
|
||||
chomp;
|
||||
if (!(($file, $hash) = /^[\"]*HMAC-SHA1\((.*)\)\s*=\s*(\w*)[\",]*$/))
|
||||
if (!(($file, $hash) = /^\"HMAC-SHA1\((.*)\)\s*=\s*(\w*)\",$/))
|
||||
{
|
||||
/^\"/ || next;
|
||||
print STDERR "FATAL: Invalid syntax in file $fp\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user