From: Dr. Stephen Henson Date: Tue, 27 Dec 2011 14:39:13 +0000 (+0000) Subject: fix deprecated statement X-Git-Tag: master-pre-reformat~1967 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=816e243a873daa3b8fda3c7054273db593f5f507;p=openssl fix deprecated statement --- diff --git a/util/mkerr.pl b/util/mkerr.pl index fdc6c450d4..b46aa68439 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -770,7 +770,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) {