From: Dr. Stephen Henson Date: Wed, 4 Jan 2012 15:26:29 +0000 (+0000) Subject: stop warning X-Git-Tag: OpenSSL_1_0_0f~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f47f99f295763c720bec16a9c86e82a3e7590d83;p=openssl stop warning --- diff --git a/util/mkerr.pl b/util/mkerr.pl index 2c99467d34..aec401c773 100644 --- a/util/mkerr.pl +++ b/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) {