From 0ef4ec4fd47b6b0490358d318ccae5a2c16eed2a Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 19 Apr 2005 15:17:30 +0000 Subject: [PATCH] Complete the transition C-code hashes. --- util/checkhash.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/checkhash.pl b/util/checkhash.pl index b4a21a4935..d263d704a8 100644 --- a/util/checkhash.pl +++ b/util/checkhash.pl @@ -98,7 +98,7 @@ sub check_hashes while () { 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"; -- 2.25.1