From: Dr. Stephen Henson Date: Wed, 4 Jan 2012 18:45:18 +0000 (+0000) Subject: stop warning X-Git-Tag: OpenSSL_0_9_8s~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=41cf2c3aefcfb892896c3b5be3a56474d46dde14;p=oweals%2Fopenssl.git stop warning --- diff --git a/util/mkerr.pl b/util/mkerr.pl index c404a95307..5775b86a4f 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -680,7 +680,7 @@ EOF undef %err_reason_strings; } -if($debug && defined(%notrans)) { +if($debug && %notrans) { print STDERR "The following function codes were not translated:\n"; foreach(sort keys %notrans) {