Implement FIPS CMAC.
[openssl.git] / util / fipsdist.pl
index fa1d4d8f9a7e1ba17996853200a97152d8daa3ba..20c3999c935beada5a24e010c1882b370811030d 100644 (file)
@@ -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/