summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-27 14:36:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-27 14:36:57 +0000
commit296aca9dcf1264d23d95168a52012f0ad485773c (patch)
treef6c25ee7bae7f4e2cf613f6457385024fe61a830 /util
parentb1707031287b1cf9a50fe234d8c19138467c0e32 (diff)
fix deprecated statement
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 2c99467d34..aec401c773 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -769,7 +769,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)
{