summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-04 18:45:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-04 18:45:18 +0000
commit41cf2c3aefcfb892896c3b5be3a56474d46dde14 (patch)
treeb7dedcc52d49c2cdcf07577db16ed81eb08f4a4b /util
parent0e3a930fb402cf9785c2acbddf015574d30cb6b5 (diff)
stop warning
Diffstat (limited to 'util')
-rw-r--r--util/mkerr.pl2
1 files changed, 1 insertions, 1 deletions
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)
{