projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
739a543
)
include max. codes in debug output
author
Bodo Möller
<bodo@openssl.org>
Sun, 8 Jan 2006 19:54:32 +0000
(19:54 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sun, 8 Jan 2006 19:54:32 +0000
(19:54 +0000)
util/mkerr.pl
patch
|
blob
|
history
diff --git
a/util/mkerr.pl
b/util/mkerr.pl
index 030899b7ab449f6cbfac737ef758477c4d1046d1..4cb48f996450fb69ac2f12e5201f4ffa1afbd0f3 100644
(file)
--- 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.