summaryrefslogtreecommitdiff
path: root/lib/libcrypto/util
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2012-01-05 23:01:40 +0000
committerDamien Miller <djm@cvs.openbsd.org>2012-01-05 23:01:40 +0000
commita92139156a50b00800436436ed28ad6ac0baa54b (patch)
treee2fbe38500bbd892d64b5cd2b0be5100fcc6dae0 /lib/libcrypto/util
parent37f42acd42691d60502b271f1f0c823dcd37f59f (diff)
OpenSSL 1.0.0f: merge
Diffstat (limited to 'lib/libcrypto/util')
-rw-r--r--lib/libcrypto/util/mkerr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/util/mkerr.pl b/lib/libcrypto/util/mkerr.pl
index 2c99467d340..aec401c7731 100644
--- a/lib/libcrypto/util/mkerr.pl
+++ b/lib/libcrypto/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)
{