From: Andy Polyakov Date: Tue, 19 Apr 2005 15:17:30 +0000 (+0000) Subject: Complete the transition C-code hashes. X-Git-Tag: BEN_FIPS_TEST_8~74 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0ef4ec4fd47b6b0490358d318ccae5a2c16eed2a;p=oweals%2Fopenssl.git Complete the transition C-code hashes. --- 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";