summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-04 15:26:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-04 15:26:29 +0000
commitf47f99f295763c720bec16a9c86e82a3e7590d83 (patch)
treeabcc43f780ee00b8ec9587aeb85ab752d2f80b26 /util
parent00f473b3cc959d598ce7676f16b3dcdf01b88014 (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 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)
{