From f48d9d4a955d7e4c1c692099ab67e1dbfeb51137 Mon Sep 17 00:00:00 2001 From: djm <> Date: Thu, 5 Jan 2012 23:01:39 +0000 Subject: OpenSSL 1.0.0f: merge --- src/lib/libcrypto/util/mkerr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/util') diff --git a/src/lib/libcrypto/util/mkerr.pl b/src/lib/libcrypto/util/mkerr.pl index 2c99467d34..aec401c773 100644 --- a/src/lib/libcrypto/util/mkerr.pl +++ b/src/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) { -- cgit v1.2.3-55-g6feb