diff options
Diffstat (limited to 'openssl/util')
-rw-r--r-- | openssl/util/mkerr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/util/mkerr.pl b/openssl/util/mkerr.pl index 2c99467d3..aec401c77 100644 --- a/openssl/util/mkerr.pl +++ b/openssl/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) { |