Complete the transition C-code hashes.
authorAndy Polyakov <appro@openssl.org>
Tue, 19 Apr 2005 15:17:30 +0000 (15:17 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 19 Apr 2005 15:17:30 +0000 (15:17 +0000)
util/checkhash.pl

index b4a21a4935b981163bcd5deeb80cddaf45a76841..d263d704a8efc646f11381dfc02fe820616aeebd 100644 (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";