mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
include max. codes in debug output
This commit is contained in:
parent
739a543ea8
commit
a07b4dc038
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user