From: Dr. Stephen Henson Date: Sun, 1 May 2011 16:46:28 +0000 (+0000) Subject: Add ppc_cap.c to restricted tarball. X-Git-Tag: OpenSSL-fips-2_0-rc1~489 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1c6807c9d619243a86fcaa86143a08293474e8ea;p=oweals%2Fopenssl.git Add ppc_cap.c to restricted tarball. --- 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 };