summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-01 16:46:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-01 16:46:28 +0000
commit1c6807c9d619243a86fcaa86143a08293474e8ea (patch)
treee512d0a8993d81c4e5dc669df357340d99eff80d
parentbd4b0137fcb66d7bb721a9aef111885a475f2b33 (diff)
Add ppc_cap.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 3694a5dccb..cb501e53e3 100644
--- a/util/fipsdist.pl
+++ b/util/fipsdist.pl
@@ -17,6 +17,7 @@ foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/};
$tarobjs{"ncbc_enc.c"} = 1;
$tarobjs{"mem_clr.c"} = 1;
+$tarobjs{"ppc_cap.c"} = 1;
foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };