summaryrefslogtreecommitdiffstats
path: root/util/mkerr.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-27 14:39:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-27 14:39:13 +0000
commit816e243a873daa3b8fda3c7054273db593f5f507 (patch)
treeec98b6f784852fb2f3c13590a0d4f58673e198b4 /util/mkerr.pl
parentc79f22c63a60166bbfd11af6d683a02d6abcebb9 (diff)
fix deprecated statement
Diffstat (limited to 'util/mkerr.pl')
-rw-r--r--util/mkerr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index fdc6c450d4..b46aa68439 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -770,7 +770,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)
{