summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-24 13:45:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-24 13:45:44 +0000
commit419989d2ece73132f136d55a2384c5415a41c695 (patch)
tree4b35f322d4ecc73a6df62a29eed81950724886d0
parent021270af37a21378ad6f3cc44f49d3938bc36c94 (diff)
Add sparcv9cap.c to restricted tarball.
-rw-r--r--util/fipsdist.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fipsdist.pl b/util/fipsdist.pl
index 30f7e71133..8df07f6794 100644
--- a/util/fipsdist.pl
+++ b/util/fipsdist.pl
@@ -20,6 +20,7 @@ foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/};
$tarobjs{"ncbc_enc.c"} = 1;
$tarobjs{"mem_clr.c"} = 1;
$tarobjs{"ppccap.c"} = 1;
+$tarobjs{"sparcv9.c"} = 1;
foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };