util/perl/OpenSSL/config.pm: Rework determining compiler information
[openssl.git] / util / mknum.pl
index bf73797c3fffdbed85899fe49db1861c0f1d7d13..871c07055b365161dcaedfca127097170c7a0596 100644 (file)
@@ -128,5 +128,9 @@ if ($checkexist) {
     } else {
         print STDERR "${ordinals_file}: No new symbols added\n";
     }
-
+    if ($stats{unassigned}) {
+        my $symbol = $stats{unassigned} == 1 ? "symbol" : "symbols";
+        my $is = $stats{unassigned} == 1 ? "is" : "are";
+        print STDERR "${ordinals_file}: $stats{unassigned} $symbol $is without ordinal number\n";
+    }
 }