X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Ffipsdist.pl;h=20c3999c935beada5a24e010c1882b370811030d;hp=fa1d4d8f9a7e1ba17996853200a97152d8daa3ba;hb=f6e76a67f0319413fa84917e615ed52b122c5265;hpb=d989e4f8c20fd2d9385cf84fbe5314d21c0ac94c diff --git a/util/fipsdist.pl b/util/fipsdist.pl index fa1d4d8f9a..20c3999c93 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -25,7 +25,7 @@ while () { chomp; # 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\/([^\/]+)/) { # Skip unused directories under crypto/