From c616200172f922718c7200002470a48d31ec4fb5 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 4 Oct 2012 13:27:11 +0000 Subject: Add support for Windows CE and C64+ to FIPS module. --- util/fipsdist.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/fipsdist.pl') diff --git a/util/fipsdist.pl b/util/fipsdist.pl index e10a2fe8cf..53f9d3e18a 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -58,7 +58,7 @@ while () } else { - next unless (/^(fips\/|crypto|util|test|include|ms)/); + next unless (/^(fips\/|crypto|util|test|include|ms|c6x)/); } if (/^crypto\/([^\/]+)/) { -- cgit v1.2.3