Don't complain if function name doesn't match
[openssl.git] / util / mkerr.pl
index aae49ac2370e9bff3662cd5019502cb44c1c0b94..956b66179ae3c470e056071a7f5f05eba487c329 100755 (executable)
@@ -394,10 +394,6 @@ foreach my $file ( @source ) {
                 $fnew{$2}++;
             }
             $ftrans{$3} = $func unless exists $ftrans{$3};
-            if ( uc($func) ne $3 ) {
-                print STDERR "ERROR: mismatch $file:$linenr $func:$3\n";
-                $errors++;
-            }
             print STDERR "  Function $1 = $fcodes{$1}\n"
               if $debug;
         }