summaryrefslogtreecommitdiffstats
path: root/util/fipsdist.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-22 16:48:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-22 16:48:30 +0000
commitf6e76a67f0319413fa84917e615ed52b122c5265 (patch)
treec90026672e96642336adb7a8b926f1d8c49dec8d /util/fipsdist.pl
parentd989e4f8c20fd2d9385cf84fbe5314d21c0ac94c (diff)
Include ms directory for fips distribution.
Diffstat (limited to 'util/fipsdist.pl')
-rw-r--r--util/fipsdist.pl2
1 files changed, 1 insertions, 1 deletions
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 (<STDIN>)
{
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/