diff options
Diffstat (limited to 'src/lib/libcrypto/util/mkerr.pl')
-rw-r--r-- | src/lib/libcrypto/util/mkerr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/mkerr.pl b/src/lib/libcrypto/util/mkerr.pl index aec401c773..2c99467d34 100644 --- a/src/lib/libcrypto/util/mkerr.pl +++ b/src/lib/libcrypto/util/mkerr.pl | |||
@@ -769,7 +769,7 @@ EOF | |||
769 | undef %err_reason_strings; | 769 | undef %err_reason_strings; |
770 | } | 770 | } |
771 | 771 | ||
772 | if($debug && %notrans) { | 772 | if($debug && defined(%notrans)) { |
773 | print STDERR "The following function codes were not translated:\n"; | 773 | print STDERR "The following function codes were not translated:\n"; |
774 | foreach(sort keys %notrans) | 774 | foreach(sort keys %notrans) |
775 | { | 775 | { |