Loading util/fipsdist.pl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -25,7 +25,7 @@ while (<STDIN>) { { chomp; chomp; # Skip directories but leave top level files. # Skip directories but leave top level files. next unless (/^(fips\/|crypto|util|test|include)/ || (!/\// && -f $_)); next unless (/^(fips\/|crypto|util|test|include|ms)/ || (!/\// && -f $_)); if (/^crypto\/([^\/]+)/) if (/^crypto\/([^\/]+)/) { { # Skip unused directories under crypto/ # Skip unused directories under crypto/ Loading Loading
util/fipsdist.pl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -25,7 +25,7 @@ while (<STDIN>) { { chomp; chomp; # Skip directories but leave top level files. # Skip directories but leave top level files. next unless (/^(fips\/|crypto|util|test|include)/ || (!/\// && -f $_)); next unless (/^(fips\/|crypto|util|test|include|ms)/ || (!/\// && -f $_)); if (/^crypto\/([^\/]+)/) if (/^crypto\/([^\/]+)/) { { # Skip unused directories under crypto/ # Skip unused directories under crypto/ Loading