Harmonize do_rehash_rule with updated test/recipies/25-test_verify.t.
[openssl.git] / util / ck_errf.pl
index f13af5c50b4ec80095dbdb82970cdea3cb41bf8f..922e5f644bd042db8c7a33ea4605fba3aa7ab62f 100755 (executable)
@@ -21,7 +21,7 @@ foreach $file (@ARGV)
        $func="";
        while (<IN>)
                {
-               if (!/;$/ && /^([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*[),]/)
+               if (!/;$/ && /^\**([a-zA-Z_].*[\s*])?([A-Za-z_0-9]+)\(.*([),]|$)/)
                        {
                        /^([^()]*(\([^()]*\)[^()]*)*)\(/;
                        $1 =~ /([A-Za-z_0-9]*)$/;