aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkerr.pl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-01-08 19:54:32 +0000
committerBodo Möller <bodo@openssl.org>2006-01-08 19:54:32 +0000
commita07b4dc038f9409b34a22be9d39a29df87f9d7d0 (patch)
tree6a6742f33511dedef83e1d6d4d5c11353bf76ce6 /util/mkerr.pl
parent739a543ea863682f157e9aa0ee382367eb3d187c (diff)
downloadopenssl-a07b4dc038f9409b34a22be9d39a29df87f9d7d0.tar.gz
include max. codes in debug output
Diffstat (limited to 'util/mkerr.pl')
-rw-r--r--util/mkerr.pl12
1 files changed, 11 insertions, 1 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 030899b7ab..4cb48f9964 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -195,6 +195,16 @@ while (($hdr, $lib) = each %libinc)
}
}
}
+
+ if ($debug) {
+ if (defined($rmax{$lib})) {
+ print STDERR "Max reason code rmax" . "{" . "$lib" . "} = $rmax{$lib}\n";
+ }
+ if (defined($fmax{$lib})) {
+ print STDERR "Max function code fmax" . "{" . "$lib" . "} = $fmax{$lib}\n";
+ }
+ }
+
close IN;
}
@@ -237,7 +247,7 @@ foreach $file (@source) {
}
close IN;
}
-print STDERR "\n" if $debug;
+print STDERR " \n" if $debug;
# Now process each library in turn.