stop warning
authorDr. Stephen Henson <steve@openssl.org>
Wed, 4 Jan 2012 18:45:18 +0000 (18:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 4 Jan 2012 18:45:18 +0000 (18:45 +0000)
util/mkerr.pl

index c404a95307728240b6b16191c01031ebac3b9b5c..5775b86a4fe9dc54cde884f896c5de5873632447 100644 (file)
@@ -680,7 +680,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)
        {