From 513e28c0a41b4d38091e500ec26fe917ce42f2ad Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 11 Aug 2011 17:30:07 +0000 Subject: [PATCH 1/1] Include armcap.c in fips tarball. --- util/fipsdist.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/util/fipsdist.pl b/util/fipsdist.pl index df7a48f7fd..07a09ce93f 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -21,6 +21,7 @@ $tarobjs{"ncbc_enc.c"} = 1; $tarobjs{"mem_clr.c"} = 1; $tarobjs{"ppccap.c"} = 1; $tarobjs{"sparcv9cap.c"} = 1; +$tarobjs{"armcap.c"} = 1; foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 }; -- 2.34.1