Complete the transition C-code hashes.

This commit is contained in:
Andy Polyakov 2005-04-19 15:17:30 +00:00
parent f868b61376
commit 0ef4ec4fd4

View File

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