Remove outdated DEBUG flags.
[openssl.git] / crypto / lhash / num.pl
index 30fedf9cd5ad8ae6e83fb290d572041bb7129fa9..4440a992dccd4ac84f3531d85b11df2155997af7 100644 (file)
@@ -5,7 +5,7 @@
 while (<>)
        {
        next unless /^node/;
-       chop;
+       s|\R$||;                # Better chomp
        @a=split;
        $num{$a[3]}++;
        }